mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 07:06:56 -06:00
19 lines
294 B
YAML
19 lines
294 B
YAML
kind: SecurityContextConstraints
|
|
apiVersion: v1
|
|
metadata:
|
|
name: hostpath
|
|
allowPrivilegedContainer: false
|
|
runAsUser:
|
|
type: RunAsAny
|
|
seLinuxContext:
|
|
type: RunAsAny
|
|
fsGroup:
|
|
type: RunAsAny
|
|
supplementalGroups:
|
|
type: RunAsAny
|
|
users:
|
|
- artifactory
|
|
groups:
|
|
- artifactory
|
|
- jfrog-artifactory
|