From 0d69725cc9e45a480f6b2f34b14ab9970f245f32 Mon Sep 17 00:00:00 2001 From: Kyle Goyette Date: Wed, 30 Oct 2024 12:53:16 -0700 Subject: [PATCH] wip --- charts/operator-wandb/charts/app/templates/oidc.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 charts/operator-wandb/charts/app/templates/oidc.yaml diff --git a/charts/operator-wandb/charts/app/templates/oidc.yaml b/charts/operator-wandb/charts/app/templates/oidc.yaml new file mode 100644 index 00000000..f78c1ac2 --- /dev/null +++ b/charts/operator-wandb/charts/app/templates/oidc.yaml @@ -0,0 +1,12 @@ +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: oidc-reviewer +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: system:service-account-issuer-discovery +subjects: + - kind: Group + name: system:unauthenticated + apiGroup: rbac.authorization.k8s.io