From ebe374660f15e72d85910c60c590912e820704a3 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 28 Nov 2023 17:09:42 -0800 Subject: [PATCH] Add k8s-manke exec:admin on base exec:admin is used to control Argo Workflows. For now, grant access to everyone with Kubernetes access to the cluster until we have a proper group for this purpose. --- applications/gafaelfawr/values-base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/gafaelfawr/values-base.yaml b/applications/gafaelfawr/values-base.yaml index b0b61d05b5..68f389572f 100644 --- a/applications/gafaelfawr/values-base.yaml +++ b/applications/gafaelfawr/values-base.yaml @@ -35,6 +35,7 @@ config: "admin:provision": - "sqre" "exec:admin": + - "k8s-manke" - "sqre" "exec:internal-tools": - "rsp-bts"