use kustomize for rolling out argocd
This commit is contained in:
parent
8ecf57707b
commit
54ebb5b10b
@ -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
|
|
||||||
13
helm/argocd/kustomize.yaml
Normal file
13
helm/argocd/kustomize.yaml
Normal file
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user