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 c086a29 commit e7d30baCopy full SHA for e7d30ba
resources/scc.yaml
@@ -3,7 +3,7 @@ kind: SecurityContextConstraints
3
apiVersion: security.openshift.io/v1
4
metadata:
5
name: nginx-ingress-admin
6
-allowPrivilegedContainer: true
+allowPrivilegedContainer: false
7
runAsUser:
8
type: MustRunAs
9
uid: 101
@@ -19,10 +19,10 @@ allowHostPorts: false
19
allowHostDirVolumePlugin: false
20
allowHostIPC: false
21
readOnlyRootFilesystem: false
22
+seccompProfiles:
23
+- runtime/default
24
volumes:
25
- secret
-defaultAddCapabilities:
- - "NET_BIND_SERVICE"
26
requiredDropCapabilities:
27
- ALL
28
users:
0 commit comments