fix(bootstrap): Fix argocd app delcaration in kustomization
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
Version: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- app.yaml
|
- root-app.yaml
|
||||||
|
|||||||
@@ -8,4 +8,4 @@ resources:
|
|||||||
# ArgoCD installation
|
# ArgoCD installation
|
||||||
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.0/manifests/install.yaml
|
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.0/manifests/install.yaml
|
||||||
# Bootstrap the app-of-apps
|
# Bootstrap the app-of-apps
|
||||||
- argocd-apps
|
- argocd
|
||||||
|
|||||||
Reference in New Issue
Block a user