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 a155b61 commit 764b259Copy full SHA for 764b259
helm/templates/standalone-deployment.yaml
@@ -18,7 +18,7 @@ spec:
18
{{- toYaml . | nindent 8 }}
19
{{- end }}
20
labels:
21
- {{- .Values.parseable.podLabels | toYaml | nindent 4 }}
+ {{- .Values.parseable.podLabels | toYaml | nindent 8 }}
22
{{- include "parseable.labelsSelector" . | nindent 8 }}
23
spec:
24
{{- with .Values.parseable.imagePullSecrets }}
@@ -109,4 +109,4 @@ spec:
109
tolerations:
110
111
112
-{{- end }}
+{{- end }}
0 commit comments