We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f394204 + 83f841f commit 8634bbaCopy full SHA for 8634bba
2 files changed
charts/universal-helm/Chart.yaml
@@ -12,4 +12,4 @@ maintainers:
12
13
type: application
14
15
-version: 0.7.2
+version: 0.8.1
charts/universal-helm/templates/deployments.yaml
@@ -11,7 +11,9 @@ metadata:
11
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
- replicas: {{ default 1 $dpl.replicas }}
+ {{- with $dpl.replicas}}
+ replicas: {{.}}
16
+ {{- end}}
17
selector:
18
matchLabels:
19
deploymentname: {{ $dpl.name }}
0 commit comments