13 lines
280 B
YAML
13 lines
280 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- kube-devops.yaml
|
|
- argo.yaml
|
|
|
|
helmCharts:
|
|
- name: argo-cd
|
|
repo: https://argoproj.github.io/argo-helm
|
|
version: 9.5.0
|
|
releaseName: argocd
|
|
namespace: argocd
|
|
valuesFile: values.yaml |