From ac47d223e7924f42ba01c438f314d7186e98a4e6 Mon Sep 17 00:00:00 2001 From: outductor Date: Thu, 21 Dec 2023 12:56:28 +0900 Subject: [PATCH] enable rbac --- .../cluster-wide-apps/app-of-other-apps/argo-workflows.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 fd0b46e6c..173506255 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 @@ -18,6 +18,8 @@ spec: - argo-events server: secure: true + rbac: + enabled: true extraArgs: - --auth-mode=sso sso: @@ -32,8 +34,8 @@ spec: name: argo-workflows-sso key: client-secret redirectUrl: https://argo-workflows.onp-k8s.admin.seichi.click/oauth2/callback - rbac: # <- add this block - enabled: true # <- add this block + rbac: + enabled: true destination: server: https://kubernetes.default.svc namespace: argo