Add missing properties required by SecurityContextConstraints CRD (#432)

Signed-off-by: Erik Godding Boye <[email protected]>
This commit is contained in:
Erik Godding Boye
2024-08-20 08:55:35 -07:00
committed by GitHub
parent 8553a78f6c
commit f92d729137
3 changed files with 12 additions and 0 deletions
@@ -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 }}
@@ -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 }}