Skip to content

Commit a42e168

Browse files
Fixes
1 parent 3406986 commit a42e168

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

charts/intel/templates/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ spec:
2929
serviceAccountName: {{ include "codetogether.serviceAccountName" . }}
3030
{{- if .Values.openshift.enabled }}
3131
# OpenShift
32+
securityContext:
33+
fsGroup: 0
34+
fsGroupChangePolicy: "OnRootMismatch"
3235
{{- else if .Values.podSecurityContext }}
3336
securityContext:
3437
{{- toYaml .Values.podSecurityContext | nindent 8 }}

0 commit comments

Comments
 (0)