From 313ba3c010a3b3134e51f890b2f0a2d1d77aeff5 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 15 Jul 2024 02:33:35 +1000 Subject: [PATCH] enable helm for argocd --- resources/argocd-cm/base/kustomization.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 resources/argocd-cm/base/kustomization.yaml diff --git a/resources/argocd-cm/base/kustomization.yaml b/resources/argocd-cm/base/kustomization.yaml new file mode 100644 index 0000000..f7eba3b --- /dev/null +++ b/resources/argocd-cm/base/kustomization.yaml @@ -0,0 +1,4 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - ./configmap.yaml \ No newline at end of file