Skip to content

Instantly share code, notes, and snippets.

@jugatsu
Created February 9, 2022 06:49
Show Gist options
  • Save jugatsu/4e79812a7c72319e9993567f2b507752 to your computer and use it in GitHub Desktop.
Save jugatsu/4e79812a7c72319e9993567f2b507752 to your computer and use it in GitHub Desktop.
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- argocd-ns.yaml
# https://github.com/kubernetes-sigs/kustomize/issues/3815
namespace: argocd
helmCharts:
- name: argo-cd
includeCRDs: true
version: 3.31.0
repo: https://argoproj.github.io/argo-helm
releaseName: argocd
namespace: argocd
valuesFile: values-dev.yaml
- name: argocd-applicationset
includeCRDs: true
version: 1.9.0
repo: https://argoproj.github.io/argo-helm
releaseName: argocd-applicationset
namespace: argocd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment