Skip to content

Commit

Permalink
feat: Add backendconfigs operator permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd committed Jan 8, 2025
1 parent 0333c36 commit 8ef9929
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: operator
description: A Helm chart for Weights & Biases operator
type: application
version: 1.3.8
version: 1.3.9
appVersion: "1.0.0"
maintainers:
- name: wandb
Expand Down
12 changes: 12 additions & 0 deletions charts/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,18 @@ role:
- list
- update
- watch
- apiGroups:
- cloud.google.com
resources:
- backendconfigs
verbs:
- create
- delete
- get
- list
- update
- watch
- patch
- nonResourceURLs:
- /metrics
verbs:
Expand Down

0 comments on commit 8ef9929

Please sign in to comment.