From b0e1bb1f3222f8e36198723d713bcab6f1fc0a8e Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 9 Feb 2026 18:22:32 -0600 Subject: [PATCH] feat: add readonly account --- clusters/cl01tl/helm/argocd/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clusters/cl01tl/helm/argocd/values.yaml b/clusters/cl01tl/helm/argocd/values.yaml index e80034c4a..44e6f6221 100644 --- a/clusters/cl01tl/helm/argocd/values.yaml +++ b/clusters/cl01tl/helm/argocd/values.yaml @@ -4,6 +4,7 @@ argo-cd: configs: cm: admin.enabled: true + accounts.homepage: apiKey timeout.reconciliation: 100s timeout.reconciliation.jitter: 60s url: https://argocd.alexlebens.net @@ -29,6 +30,7 @@ argo-cd: rbac: policy.csv: | g, ArgoCD Admins, role:admin + g, homepage, role:readonly controller: replicas: 1 metrics: