diff --git a/helm/argocd/kustomization.yaml b/helm/argocd/kustomization.yaml index 6b68738..ddf6213 100644 --- a/helm/argocd/kustomization.yaml +++ b/helm/argocd/kustomization.yaml @@ -1,16 +1,16 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: argocd -#helmCharts: -# - name: argocd -# repo: https://argoproj.github.io/argo-helm -# version: 10.0.0 -# releaseName: argocd -# namespace: argocd -# includeCRDs: true -# valuesFile: helm/values.yaml +helmCharts: + - name: argocd + repo: https://argoproj.github.io/argo-helm + version: 10.0.0 + releaseName: argocd + namespace: argocd + includeCRDs: true + valuesFile: helm/values.yaml resources: - - argocd-10.0.0.yaml +# - argocd-10.0.0.yaml - templates/virtualservice.yaml - templates/namespace.yaml # - templates/destinationrule.yaml diff --git a/helm/argocd/patches/argocd-cm.yaml b/helm/argocd/patches/argocd-cm.yaml new file mode 100644 index 0000000..558c3b7 --- /dev/null +++ b/helm/argocd/patches/argocd-cm.yaml @@ -0,0 +1,7 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: argocd-cmd-params-cm + namespace: argocd +data: + kustomize.buildOptions: --enable-helm