Skip to content

Commit

Permalink
feat: Update role to check if NS exsists
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Oct 6, 2023
1 parent 75e787d commit 3747ba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: wandb
description: A Helm chart for deploying W&B to Kubernetes
type: application
version: 0.3.0
appVersion: "0.43.0"
appVersion: "0.44.0-andrew.evolutioniq.hotfix.0"
icon: https://wandb.ai/logo.svg
maintainers:
- name: wandb
Expand Down
4 changes: 2 additions & 2 deletions charts/wandb/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ metadata:
rules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "list", "create", "update", "patch", "delete"]
verbs: ["get", "create", "update", "delete"]
- apiGroups: [""]
resources: ["namespaces"]
verbs: ["get", "list"]
verbs: ["get"]
...

0 comments on commit 3747ba2

Please sign in to comment.