diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml new file mode 100644 index 0000000..05cce7c --- /dev/null +++ b/argocd/kustomization.yaml @@ -0,0 +1,6 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +namespace: argocd +resources: +- https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.3/manifests/ha/install.yaml diff --git a/kustomization.yaml b/kustomization.yaml index b819b9c..831b097 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -6,6 +6,7 @@ helmCharts: namespace: argocd resources: + - argocd/ - metallb/ - cert-manager/ - traefik/