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 3340be7 commit 2a06b82Copy full SHA for 2a06b82
1 file changed
charts/intel/templates/deployment.yaml
@@ -29,9 +29,6 @@ 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