From bef85b6787151ca550b0b9498e49382ac8934c4b Mon Sep 17 00:00:00 2001 From: "Kreato (Work)" Date: Thu, 29 Aug 2024 12:53:00 +0300 Subject: [PATCH] feat: add argocd --- argocd/kustomization.yaml | 6 ++++++ kustomization.yaml | 1 + 2 files changed, 7 insertions(+) create mode 100644 argocd/kustomization.yaml 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/