We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d29ad5 commit 194b8baCopy full SHA for 194b8ba
charts/prefect-agent/templates/deployment.yaml
@@ -12,6 +12,7 @@ metadata:
12
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
13
{{- end }}
14
spec:
15
+ replicas: {{ .Values.agent.replicaCount }}
16
selector:
17
matchLabels: {{- include "common.labels.matchLabels" . | nindent 6 }}
18
app.kubernetes.io/component: agent
0 commit comments