Skip to content

Commit

Permalink
make scc unique names
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimss committed Feb 8, 2024
1 parent 90d1ec5 commit cfe1aad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/cnvrg-mlops/templates/ocp-scc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kind: SecurityContextConstraints
apiVersion: security.openshift.io/v1
metadata:
name: "cnvrg-pg-scc"
name: "cnvrg-pg-scc-{{.Release.Name}}"
allowHostDirVolumePlugin: false
allowHostIPC: false
allowHostNetwork: false
Expand Down Expand Up @@ -32,7 +32,7 @@ users:
kind: SecurityContextConstraints
apiVersion: security.openshift.io/v1
metadata:
name: "cnvrg-minio-redis-es-scc"
name: "cnvrg-minio-redis-es-scc-{{.Release.Name}}"
allowHostDirVolumePlugin: false
allowHostIPC: false
allowHostNetwork: false
Expand Down Expand Up @@ -66,7 +66,7 @@ users:
kind: SecurityContextConstraints
apiVersion: security.openshift.io/v1
metadata:
name: "cnvrg-jobs"
name: "cnvrg-jobs-{{.Release.Name}}"
allowHostDirVolumePlugin: false
allowHostIPC: false
allowHostNetwork: false
Expand Down

0 comments on commit cfe1aad

Please sign in to comment.