diff --git a/07_bootstrap_argocd/argocd-apps.yaml b/07_bootstrap_argocd/argocd-apps.yaml index 6bb4834..4ae27eb 100644 --- a/07_bootstrap_argocd/argocd-apps.yaml +++ b/07_bootstrap_argocd/argocd-apps.yaml @@ -18,8 +18,8 @@ spec: source: repoURL: https://git.hnrx.net/homelab/rke2-single-node.git path: '{{path}}' - helm: - values: values-{{cluster.name}}.yaml # Env-spezifisch + directory: + recurse: true destination: server: https://kubernetes.default.svc namespace: '{{path.basename}}' diff --git a/08_cluster_infrastructure/nfs-csi/nfs-csi-app.yaml b/08_cluster_infrastructure/nfs-csi/application.yaml similarity index 100% rename from 08_cluster_infrastructure/nfs-csi/nfs-csi-app.yaml rename to 08_cluster_infrastructure/nfs-csi/application.yaml