From 2cd9be813e80e94851beff9051246a7a3c59699f Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 23 Jul 2025 19:40:51 -0500 Subject: [PATCH] update --- infra/argocd/values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/infra/argocd/values.yaml b/infra/argocd/values.yaml index 88f7c9e..3674498 100644 --- a/infra/argocd/values.yaml +++ b/infra/argocd/values.yaml @@ -50,6 +50,13 @@ argo-cd: name: authentik type: oidc id: authentik + resource.inclusions: | + - apiGroups: + - "*" + kinds: + - "*" + clusters: + - "*" rbac: create: true