From 2be3d656206adcea17c243c29f612d1d0722a02b Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 23 Jul 2025 19:51:54 -0500 Subject: [PATCH] update --- infra/argocd/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/argocd/values.yaml b/infra/argocd/values.yaml index 327e422..8501b90 100644 --- a/infra/argocd/values.yaml +++ b/infra/argocd/values.yaml @@ -54,11 +54,11 @@ argo-cd: - apiGroups: - "" kinds: - - "Endpoints" + - "*" clusters: - "*" namespaces: - - "internalproxy" + - "*" rbac: create: true