Skip to content

Commit 3e0199d

Browse files
Merge pull request #1564 from davralin/feat/enable-seccompprofile-by-default
feat(seccompProfile): enable seccompProfile by default
2 parents 5937f1d + 4cf3ae6 commit 3e0199d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

helm/volsync/templates/deployment-controller.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ spec:
3838
# When not OpenShift, we need to set the UID
3939
{{- if not (.Capabilities.APIVersions.Has "security.openshift.io/v1/SecurityContextConstraints") }}
4040
runAsUser: 65534
41+
runAsGroup: 65534
42+
seccompProfile:
43+
type: RuntimeDefault
4144
{{- end }}
42-
# seccompProfile:
43-
# type: RuntimeDefault
4445
{{- else }}
4546
{{- toYaml .Values.podSecurityContext | nindent 8 }}
4647
{{- end }}

0 commit comments

Comments
 (0)