enable helm for argocd
This commit is contained in:
7
resources/argocd-cm/base/configmap.yaml
Normal file
7
resources/argocd-cm/base/configmap.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: argocd-cm
|
||||||
|
namespace: argocd
|
||||||
|
data:
|
||||||
|
kustomize.buildOptions: --enable-helm
|
||||||
11
resources/argocd-cm/env/k3s-cluster/config.json
vendored
Normal file
11
resources/argocd-cm/env/k3s-cluster/config.json
vendored
Normal 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
|
||||||
|
}
|
||||||
4
resources/argocd-cm/env/k3s-cluster/kustomization.yaml
vendored
Normal file
4
resources/argocd-cm/env/k3s-cluster/kustomization.yaml
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- ../../base
|
||||||
Reference in New Issue
Block a user