From af596dec0f1ea891eee81e843eda712930b7ad1c Mon Sep 17 00:00:00 2001 From: outductor Date: Sun, 24 Dec 2023 02:11:37 +0900 Subject: [PATCH] disable RBAC on SSO --- .../cluster-wide-apps/app-of-other-apps/argo-workflows.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/argo-workflows.yaml b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/argo-workflows.yaml index d27b8a980..2d53d2f28 100644 --- a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/argo-workflows.yaml +++ b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/argo-workflows.yaml @@ -29,6 +29,8 @@ spec: redirectUrl: https://argo-workflows.onp-k8s.admin.seichi.click/oauth2/callback scopes: - groups + rbac: + enabled: false destination: server: https://kubernetes.default.svc namespace: argo