diff --git a/resources/argocd-cm/base/configmap.yaml b/resources/argocd-cm/base/configmap.yaml new file mode 100644 index 0000000..4e2c19b --- /dev/null +++ b/resources/argocd-cm/base/configmap.yaml @@ -0,0 +1,7 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: argocd-cm + namespace: argocd +data: + kustomize.buildOptions: --enable-helm \ No newline at end of file diff --git a/resources/argocd-cm/env/k3s-cluster/config.json b/resources/argocd-cm/env/k3s-cluster/config.json new file mode 100644 index 0000000..4086528 --- /dev/null +++ b/resources/argocd-cm/env/k3s-cluster/config.json @@ -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 +} \ No newline at end of file diff --git a/resources/argocd-cm/env/k3s-cluster/kustomization.yaml b/resources/argocd-cm/env/k3s-cluster/kustomization.yaml new file mode 100644 index 0000000..a227ac4 --- /dev/null +++ b/resources/argocd-cm/env/k3s-cluster/kustomization.yaml @@ -0,0 +1,4 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - ../../base \ No newline at end of file