We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f55e5 commit 6eb96aaCopy full SHA for 6eb96aa
1 file changed
ci/helm-chart/templates/deployment.yaml
@@ -8,7 +8,9 @@ metadata:
8
annotations: {{- toYaml .Values.annotations | nindent 4 }}
9
{{- end }}
10
spec:
11
- replicas: {{ .Values.replicaCount | default 1 }}
+ {{- if ne .Values.replicaCount nil }}
12
+ replicas: {{ .Values.replicaCount }}
13
+ {{- end }}
14
strategy:
15
type: Recreate
16
selector:
0 commit comments