From 8ef9929f796724f8c82f4bcdb1a86f2b5a24d611 Mon Sep 17 00:00:00 2001 From: Daniel Barnes Date: Thu, 9 Jan 2025 07:11:23 +0900 Subject: [PATCH] feat: Add backendconfigs operator permissions --- charts/operator/Chart.yaml | 2 +- charts/operator/values.yaml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/charts/operator/Chart.yaml b/charts/operator/Chart.yaml index be61d7a0..0b29dd5a 100644 --- a/charts/operator/Chart.yaml +++ b/charts/operator/Chart.yaml @@ -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 diff --git a/charts/operator/values.yaml b/charts/operator/values.yaml index 91e64b9b..c19515d8 100644 --- a/charts/operator/values.yaml +++ b/charts/operator/values.yaml @@ -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: