diff --git a/helm/argocd/Chart.yaml b/helm/argocd/Chart.yaml deleted file mode 100644 index 971fbe6..0000000 --- a/helm/argocd/Chart.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v2 -name: argo-cd -version: 0.1.0 -dependencies: - - name: argo-cd - version: 10.0.0 - repository: https://argoproj.github.io/argo-helm diff --git a/helm/argocd/values.yaml b/helm/argocd/helm/values.yaml similarity index 100% rename from helm/argocd/values.yaml rename to helm/argocd/helm/values.yaml diff --git a/helm/argocd/kustomize.yaml b/helm/argocd/kustomize.yaml new file mode 100644 index 0000000..ecb2adc --- /dev/null +++ b/helm/argocd/kustomize.yaml @@ -0,0 +1,13 @@ +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 +resources: + - templates