mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 12:06:56 -06:00
16 lines
250 B
YAML
16 lines
250 B
YAML
kind: SecurityContextConstraints
|
|
apiVersion: v1
|
|
metadata:
|
|
name: scc-admin
|
|
allowPrivilegedContainer: true
|
|
runAsUser:
|
|
type: RunAsAny
|
|
seLinuxContext:
|
|
type: RunAsAny
|
|
fsGroup:
|
|
type: RunAsAny
|
|
supplementalGroups:
|
|
type: RunAsAny
|
|
users:
|
|
- kubeadmin
|