fix(helmfile): Add seLinuxOptions for all applications

This commit is contained in:
Dominik Kaminski
2024-02-13 16:13:04 +01:00
committed by Thorsten Rossner
parent c2087efcf9
commit 02d04faa2a
55 changed files with 172 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ containerSecurityContext:
runAsUser: 0
seccompProfile:
type: "RuntimeDefault"
seLinuxOptions: {{ .Values.seLinuxOptions.matrixUserVerificationService }}
extraEnvVars:
- name: "UVS_ACCESS_TOKEN"