diff --git a/07_bootstrap_argocd/argocd-project-cluster-infra.yaml b/07_bootstrap_argocd/argocd-project-cluster-infra.yaml new file mode 100644 index 0000000..cc6097b --- /dev/null +++ b/07_bootstrap_argocd/argocd-project-cluster-infra.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: AppProject +metadata: + name: cluster-infra + namespace: argocd +spec: + description: Cluster-weite Infrastructure + destinations: + - namespace: '*' + server: https://kubernetes.default.svc + sourceRepos: + - https://git.hnrx.net/homelab/rke2-single-node.git + clusterResourceWhitelist: + - group: gateway.networking.k8s.io + kind: GatewayClass + - group: storage.k8s.io + kind: StorageClass