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 ee99eefb72
commit 011ad2cd6b
53 changed files with 157 additions and 83 deletions

View File

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