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.
1 parent 2d27081 commit 675b8adCopy full SHA for 675b8ad
helm/sloop/templates/statefulset.yaml
@@ -18,7 +18,9 @@ spec:
18
labels:
19
app.kubernetes.io/name: {{ .Values.name }}
20
app.kubernetes.io/instance: "{{ .Release.Name }}"
21
-{{ toYaml .Values.podLabels | indent 8 }}
+ {{- with .Values.podLabels -}}
22
+ {{ toYaml . | nindent 8 }}
23
+ {{- end }}
24
annotations:
25
{{ toYaml .Values.podAnnotations | indent 8 }}
26
spec:
0 commit comments