From 3747ba2b0c3e74da5a45528240fd6ec1c2d71dd1 Mon Sep 17 00:00:00 2001 From: Zachary Blasczyk Date: Fri, 6 Oct 2023 10:21:43 -0500 Subject: [PATCH] feat: Update role to check if NS exsists --- charts/wandb/Chart.yaml | 2 +- charts/wandb/templates/role.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/wandb/Chart.yaml b/charts/wandb/Chart.yaml index e5ff4392..ba2b96e4 100644 --- a/charts/wandb/Chart.yaml +++ b/charts/wandb/Chart.yaml @@ -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 diff --git a/charts/wandb/templates/role.yaml b/charts/wandb/templates/role.yaml index 91260b9f..5a844f0a 100644 --- a/charts/wandb/templates/role.yaml +++ b/charts/wandb/templates/role.yaml @@ -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"] ... \ No newline at end of file