Add missing properties required by SecurityContextConstraints CRD (#432)
Signed-off-by: Erik Godding Boye <[email protected]>
This commit is contained in:
@@ -16,6 +16,7 @@ volumes:
|
|||||||
- configmap
|
- configmap
|
||||||
- hostPath
|
- hostPath
|
||||||
- secret
|
- secret
|
||||||
|
allowedCapabilities: null
|
||||||
allowHostDirVolumePlugin: true
|
allowHostDirVolumePlugin: true
|
||||||
allowHostIPC: false
|
allowHostIPC: false
|
||||||
allowHostNetwork: false
|
allowHostNetwork: false
|
||||||
@@ -23,8 +24,11 @@ allowHostPID: false
|
|||||||
allowHostPorts: false
|
allowHostPorts: false
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
allowPrivilegedContainer: true
|
allowPrivilegedContainer: true
|
||||||
|
defaultAddCapabilities: null
|
||||||
fsGroup:
|
fsGroup:
|
||||||
type: RunAsAny
|
type: RunAsAny
|
||||||
groups: []
|
groups: []
|
||||||
|
priority: null
|
||||||
|
requiredDropCapabilities: null
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
+4
@@ -22,6 +22,7 @@ volumes:
|
|||||||
- hostPath
|
- hostPath
|
||||||
- projected
|
- projected
|
||||||
- secret
|
- secret
|
||||||
|
allowedCapabilities: null
|
||||||
allowHostDirVolumePlugin: true
|
allowHostDirVolumePlugin: true
|
||||||
allowHostIPC: true
|
allowHostIPC: true
|
||||||
allowHostNetwork: true
|
allowHostNetwork: true
|
||||||
@@ -29,9 +30,12 @@ allowHostPID: true
|
|||||||
allowHostPorts: true
|
allowHostPorts: true
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
allowPrivilegedContainer: true
|
allowPrivilegedContainer: true
|
||||||
|
defaultAddCapabilities: null
|
||||||
fsGroup:
|
fsGroup:
|
||||||
type: RunAsAny
|
type: RunAsAny
|
||||||
groups: []
|
groups: []
|
||||||
|
priority: null
|
||||||
|
requiredDropCapabilities: null
|
||||||
seccompProfiles:
|
seccompProfiles:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ volumes:
|
|||||||
- projected
|
- projected
|
||||||
- secret
|
- secret
|
||||||
- emptyDir
|
- emptyDir
|
||||||
|
allowedCapabilities: null
|
||||||
allowHostDirVolumePlugin: true
|
allowHostDirVolumePlugin: true
|
||||||
allowHostIPC: true
|
allowHostIPC: true
|
||||||
allowHostNetwork: true
|
allowHostNetwork: true
|
||||||
@@ -25,8 +26,11 @@ allowHostPID: true
|
|||||||
allowHostPorts: true
|
allowHostPorts: true
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
allowPrivilegedContainer: true
|
allowPrivilegedContainer: true
|
||||||
|
defaultAddCapabilities: null
|
||||||
fsGroup:
|
fsGroup:
|
||||||
type: RunAsAny
|
type: RunAsAny
|
||||||
groups: []
|
groups: []
|
||||||
|
priority: null
|
||||||
|
requiredDropCapabilities: null
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user