Created
September 14, 2022 04:17
-
-
Save icheko/a638f992a8c8e521cb6582f103cc6d28 to your computer and use it in GitHub Desktop.
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 characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment