Add global security context

This commit is contained in:
2026-03-19 14:07:01 +01:00
parent c1afbfef7f
commit 6e3ba34fe5
7 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ spec:
resources:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.transcoder.kyoo_transcoder.containerSecurityContext }}
{{- with (mergeOverwrite (deepCopy .Values.global.containerSecurityContext) .Values.transcoder.kyoo_transcoder.containerSecurityContext) }}
securityContext:
{{- toYaml . | nindent 12 }}
{{- end }}