Skip to content

Commit

Permalink
fix replicas count for pod-init
Browse files Browse the repository at this point in the history
  • Loading branch information
nhudson committed Dec 7, 2023
1 parent 2e628cd commit 7b56a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tembo-operator/templates/deployment-pod-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
annotations: {{ toYaml (index .Values "pod-init").annotations | nindent 4 }}
{{- end }}
spec:
replicas: {{ default 1 (index .Values "operator").replicas }}
replicas: {{ default 1 (index .Values "pod-init").replicas }}
strategy:
type: {{ (index .Values "pod-init").upgradeStrategy }}
selector:
Expand Down

0 comments on commit 7b56a4e

Please sign in to comment.