fix(helmfile): YAML handling of seLinuxOptions and align overall toYaml syntax

This commit is contained in:
Thorsten Roßner
2024-03-08 10:39:16 +01:00
parent 6c8d5d5945
commit 655e27452c
53 changed files with 83 additions and 83 deletions

View File

@@ -14,7 +14,7 @@ containerSecurityContext:
type: "RuntimeDefault"
readOnlyRootFilesystem: true
runAsNonRoot: true
seLinuxOptions: {{ .Values.seLinuxOptions.postgresql }}
seLinuxOptions: {{ .Values.seLinuxOptions.postgresql | toYaml | nindent 4 }}
job: