enable helm for argocd

This commit is contained in:
2024-07-15 02:29:35 +10:00
parent 87b4154b05
commit 03e82127a6
3 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-cm
namespace: argocd
data:
kustomize.buildOptions: --enable-helm

View File

@@ -0,0 +1,11 @@
{
"appName": "argocd-cm",
"userGivenName": "argocd-cm",
"destNamespace": "argocd-cm",
"destServer": "https://kubernetes.default.svc",
"srcPath": "resources/argocd-cm/env/k3s-cluster",
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base