autocommit
This commit is contained in:
parent
0a104a5633
commit
9ed75e6270
@ -1,16 +1,16 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
#helmCharts:
|
helmCharts:
|
||||||
# - name: argocd
|
- name: argocd
|
||||||
# repo: https://argoproj.github.io/argo-helm
|
repo: https://argoproj.github.io/argo-helm
|
||||||
# version: 10.0.0
|
version: 10.0.0
|
||||||
# releaseName: argocd
|
releaseName: argocd
|
||||||
# namespace: argocd
|
namespace: argocd
|
||||||
# includeCRDs: true
|
includeCRDs: true
|
||||||
# valuesFile: helm/values.yaml
|
valuesFile: helm/values.yaml
|
||||||
resources:
|
resources:
|
||||||
- argocd-10.0.0.yaml
|
# - argocd-10.0.0.yaml
|
||||||
- templates/virtualservice.yaml
|
- templates/virtualservice.yaml
|
||||||
- templates/namespace.yaml
|
- templates/namespace.yaml
|
||||||
# - templates/destinationrule.yaml
|
# - templates/destinationrule.yaml
|
||||||
|
|||||||
7
helm/argocd/patches/argocd-cm.yaml
Normal file
7
helm/argocd/patches/argocd-cm.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: argocd-cmd-params-cm
|
||||||
|
namespace: argocd
|
||||||
|
data:
|
||||||
|
kustomize.buildOptions: --enable-helm
|
||||||
Loading…
x
Reference in New Issue
Block a user