fix the bad allowedresources
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
ed4aef15ab
commit
c03306498c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue