Skip to content

Commit

Permalink
Merge pull request #63 from maiqueb/fix-scc-template
Browse files Browse the repository at this point in the history
config, scc: add required parameters
  • Loading branch information
kubevirt-bot authored Apr 19, 2022
2 parents d5c285b + 57760e6 commit eee4d47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/scc.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ metadata:
allowHostNetwork: true
allowPrivilegedContainer: true
allowHostDirVolumePlugin: true
allowHostIPC: false
allowHostPID: false
allowHostPorts: false
readOnlyRootFilesystem: false
runAsUser:
type: RunAsAny
seLinuxContext:
Expand Down

0 comments on commit eee4d47

Please sign in to comment.