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