From ce61e84a2b552faad52dd6a095b11b070d36bcbb Mon Sep 17 00:00:00 2001 From: YitzyD Date: Mon, 6 Mar 2023 14:32:07 -0500 Subject: [PATCH] fix(argo-cd): Update cw full-access role --- .../coreweave-role.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/charts/argo-cd/templates/argocd-application-controller/coreweave-role.yaml b/charts/argo-cd/templates/argocd-application-controller/coreweave-role.yaml index bb456b4b..9699d2ff 100644 --- a/charts/argo-cd/templates/argocd-application-controller/coreweave-role.yaml +++ b/charts/argo-cd/templates/argocd-application-controller/coreweave-role.yaml @@ -17,6 +17,7 @@ rules: - pods/portforward - pods/exec - pods/attach + - pods/status verbs: - "*" - apiGroups: @@ -245,4 +246,14 @@ rules: - broadcastjobs - workloadspreads verbs: - - '*' \ No newline at end of file + - '*' + - apiGroups: + - "" + resourceNames: + - {{ .Release.Namespace }} + resources: + - namespaces + verbs: + - get + - list + - watch \ No newline at end of file