diff --git a/07_bootstrap_argocd/argocd-project-cluster-infra.yaml b/07_bootstrap_argocd/argocd-project-cluster-infra.yaml index cc6097b..6877aaf 100644 --- a/07_bootstrap_argocd/argocd-project-cluster-infra.yaml +++ b/07_bootstrap_argocd/argocd-project-cluster-infra.yaml @@ -10,8 +10,9 @@ spec: server: https://kubernetes.default.svc sourceRepos: - https://git.hnrx.net/homelab/rke2-single-node.git + - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts clusterResourceWhitelist: - group: gateway.networking.k8s.io kind: GatewayClass - - group: storage.k8s.io + - group: '*' kind: StorageClass