From 9788988f0b1447c929ba74ac3b656142ef71a85a Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 15 Jul 2024 09:53:35 +1000 Subject: [PATCH] update repoServer to access secrets --- scripts/argocd-values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/argocd-values.yaml b/scripts/argocd-values.yaml index e5da317..9864875 100644 --- a/scripts/argocd-values.yaml +++ b/scripts/argocd-values.yaml @@ -63,6 +63,13 @@ repoServer: requests: cpu: 20m memory: 128Mi + rbac: + - apiGroups: + - "" + resources: + - secrets + verbs: + - get applicationSet: replicas: 2 \ No newline at end of file