mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 09:06:57 -06:00
Openshift4 operator for Artifactory HA v7.0.2
This commit is contained in:
18
Openshift4/artifactoryha-helm/scc.yaml
Normal file
18
Openshift4/artifactoryha-helm/scc.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user