We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db2480e + e75d271 commit 4eee775Copy full SHA for 4eee775
chart/templates/deployment.yaml
@@ -24,7 +24,7 @@ spec:
24
app.kubernetes.io/instance: {{ .Release.Name }}
25
{{- with .Values.podAnnotations }}
26
annotations:
27
- {{- toYaml . | nindent 4 }}
+ {{- toYaml . | nindent 8 }}
28
{{- end }}
29
spec:
30
initContainers:
chart/values.yaml
@@ -128,8 +128,7 @@ tolerations: []
128
affinity: {}
129
130
annotations: {}
131
-podAnnotations:
132
- test: test
+podAnnotations: {}
133
134
livenessProbe:
135
httpGet:
0 commit comments