Skip to content

Commit

Permalink
add spark SCC, add image hub to operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimss committed Feb 20, 2024
1 parent c2f47e0 commit 68da2b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/cnvrg-mlops/templates/ocp-scc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@ fsGroup:
supplementalGroups:
type: RunAsAny
users:
- "system:serviceaccount:cnvrg:cnvrg-job"
- "system:serviceaccount:{{.Release.Namespace}}:cnvrg-job"
- "system:serviceaccount:{{.Release.Namespace}}:cnvrg-spark-job"

1 change: 1 addition & 0 deletions charts/cnvrg-mlops/templates/operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: cnvrg-operator-role
namespace: {{ .Release.Namespace }}
rules:
- apiGroups:
- "*"
Expand Down

0 comments on commit 68da2b8

Please sign in to comment.