We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3406986 commit a42e168Copy full SHA for a42e168
1 file changed
charts/intel/templates/deployment.yaml
@@ -29,6 +29,9 @@ spec:
29
serviceAccountName: {{ include "codetogether.serviceAccountName" . }}
30
{{- if .Values.openshift.enabled }}
31
# OpenShift
32
+ securityContext:
33
+ fsGroup: 0
34
+ fsGroupChangePolicy: "OnRootMismatch"
35
{{- else if .Values.podSecurityContext }}
36
securityContext:
37
{{- toYaml .Values.podSecurityContext | nindent 8 }}
0 commit comments