Skip to content

Commit 6d2642f

Browse files
fix: Support privileged containers in Openshift using scc (#31)
Signed-off-by: Ashok Pon Kumar <[email protected]>
1 parent 87af6f7 commit 6d2642f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-charts/move2kube/templates/move2kube-scc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ allowHostNetwork: false
1919
allowHostPID: false
2020
allowHostPorts: false
2121
allowPrivilegeEscalation: true
22-
allowPrivilegedContainer: false
22+
allowPrivilegedContainer: true
2323
readOnlyRootFilesystem: false
2424
requiredDropCapabilities:
2525
- KILL

0 commit comments

Comments
 (0)