Skip to content

Commit

Permalink
Fix SCC (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Nov 7, 2023
1 parent 307f921 commit ec396e5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dp-terraform/helm/rhacs-terraform/templates/scc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ volumes:
runAsUser:
type: RunAsAny
seLinuxContext:
type: RunAsAny
type: MustRunAs
fsGroup:
type: RunAsAny
allowHostDirVolumePlugin: false
allowHostIPC: false
allowHostNetwork: false
allowHostPID: false
allowHostPorts: false
allowPrivilegedContainer: false
readOnlyRootFilesystem: false

0 comments on commit ec396e5

Please sign in to comment.