Skip to content

Commit

Permalink
fix: More permissions (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpanzella authored Aug 1, 2024
1 parent 344b18f commit 4f124db
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.2.1
version: 1.2.2
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 @@ -100,6 +100,18 @@ role:
- list
- update
- watch
- apiGroups:
- batch
resources:
- cronjobs
- jobs
verbs:
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- networking.k8s.io
resources:
Expand Down

0 comments on commit 4f124db

Please sign in to comment.