Skip to content

Commit

Permalink
fix: Console permission not assign correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Aug 24, 2023
1 parent ab52315 commit 792e48d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/operator-wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: operator-wandb
description: A Helm chart for deploying W&B to Kubernetes
type: application
version: 0.1.8
version: 0.1.9
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg
maintainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ metadata:
{{- if .Values.clusterRole.annotations -}}
{{- toYaml .Values.clusterRole.annotations | nindent 4 }}
{{- end }}
subjects:
- kind: Group
name: manager # Name is case sensitive
apiGroup: rbac.authorization.k8s.io
roleRef:
kind: ClusterRole
name: {{ include "console.fullname" . }}
apiGroup: rbac.authorization.k8s.io
name: {{ include "console.fullname" . }}
subjects:
- kind: ServiceAccount
name: {{ include "console.fullname" . }}
namespace: {{ .Release.Namespace }}

0 comments on commit 792e48d

Please sign in to comment.