We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e695c69 commit 6c0cbc8Copy full SHA for 6c0cbc8
plugins/contrib/charts/daemon/templates/deployment.yaml
@@ -11,6 +11,7 @@ metadata:
11
{{- range $key, $val := .Values.annotations }}
12
"{{ $key }}": "{{ $val }}"
13
{{- end }}
14
+ {{- end }}
15
spec:
16
replicas: {{ or .Values.replicas .Values.global.replicas 1 }}
17
selector:
0 commit comments