Created
September 14, 2022 04:17
Revisions
-
icheko created this gist
Sep 14, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,36 @@ apiVersion: security.openshift.io/v1 metadata: name: nonrootbuilder allowHostDirVolumePlugin: false allowHostIPC: false allowHostNetwork: false allowHostPID: false allowHostPorts: false allowPrivilegeEscalation: true allowPrivilegedContainer: false allowedCapabilities: null defaultAddCapabilities: null groups: [] kind: SecurityContextConstraints priority: 5 readOnlyRootFilesystem: false requiredDropCapabilities: - KILL - MKNOD fsGroup: type: RunAsAny runAsUser: type: MustRunAs uid: 1001 seLinuxContext: type: MustRunAs supplementalGroups: type: RunAsAny users: [] volumes: - configMap - downwardAPI - emptyDir - persistentVolumeClaim - projected - secret