diff --git a/bootstrap/argocd/kustomization.yaml b/bootstrap/argocd/kustomization.yaml index c8efac9..c781948 100644 --- a/bootstrap/argocd/kustomization.yaml +++ b/bootstrap/argocd/kustomization.yaml @@ -1,5 +1,5 @@ -Version: kustomize.config.k8s.io/v1beta1 +apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - app.yaml + - root-app.yaml diff --git a/bootstrap/kustomization.yaml b/bootstrap/kustomization.yaml index 9799b56..291eaed 100644 --- a/bootstrap/kustomization.yaml +++ b/bootstrap/kustomization.yaml @@ -8,4 +8,4 @@ resources: # ArgoCD installation - https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.0/manifests/install.yaml # Bootstrap the app-of-apps - - argocd-apps + - argocd