Compare commits

...

2 Commits

Author SHA1 Message Date
Dhruwang
a50cd9f861 fix: nindent typo in securityContext helm chart (duplicate of #6753) 2025-10-31 15:06:31 +05:30
Pyrrian
656b7a0f66 Fix nindent type in securityContext 2025-10-29 15:32:52 +01:00

View File

@@ -74,7 +74,7 @@ spec:
{{- end }}
{{- if .Values.deployment.securityContext }}
securityContext:
{{ toYaml .Values.deployment.securityContext | indent 8 }}
{{ toYaml .Values.deployment.securityContext | nindent 8 }}
{{- end }}
terminationGracePeriodSeconds: {{ .Values.deployment.terminationGracePeriodSeconds | default 30 }}
containers: