From c03306498ccc444a787c3fa2466a70851de978b0 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 26 Oct 2023 15:16:25 +0200 Subject: [PATCH] fix the bad allowedresources Signed-off-by: Martyn Ranyard --- everything-app/project-infra.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/everything-app/project-infra.yaml b/everything-app/project-infra.yaml index adf28fb..b060a54 100644 --- a/everything-app/project-infra.yaml +++ b/everything-app/project-infra.yaml @@ -1,12 +1,14 @@ apiVersion: argoproj.io/v1alpha1 kind: AppProject metadata: + labels: + app.kubernetes.io/instance: app-of-apps name: infra namespace: argocd spec: clusterResourceWhitelist: - - name: "*" - namespace: "*" + - group: '*' + kind: '*' description: argo, nginx-ingress, etc. destinations: - name: '*' @@ -15,4 +17,3 @@ spec: sourceRepos: - https://git.martyn.berlin/martyn/infra4talos.git - https://1password.github.io/connect-helm-charts/ - - https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts