fix the bad allowedresources

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2023-10-26 15:16:25 +02:00
parent ed4aef15ab
commit c03306498c
1 changed files with 4 additions and 3 deletions

View File

@ -1,12 +1,14 @@
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: AppProject kind: AppProject
metadata: metadata:
labels:
app.kubernetes.io/instance: app-of-apps
name: infra name: infra
namespace: argocd namespace: argocd
spec: spec:
clusterResourceWhitelist: clusterResourceWhitelist:
- name: "*" - group: '*'
namespace: "*" kind: '*'
description: argo, nginx-ingress, etc. description: argo, nginx-ingress, etc.
destinations: destinations:
- name: '*' - name: '*'
@ -15,4 +17,3 @@ spec:
sourceRepos: sourceRepos:
- https://git.martyn.berlin/martyn/infra4talos.git - https://git.martyn.berlin/martyn/infra4talos.git
- https://1password.github.io/connect-helm-charts/ - https://1password.github.io/connect-helm-charts/
- https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts