15 lines
293 B
YAML
15 lines
293 B
YAML
|
|
---
|
||
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
|
kind: Kustomization
|
||
|
|
|
||
|
|
resources:
|
||
|
|
- namespace.yaml
|
||
|
|
|
||
|
|
helmCharts:
|
||
|
|
- name: argo-workflows
|
||
|
|
repo: https://argoproj.github.io/argo-helm
|
||
|
|
namespace: argo-workflows
|
||
|
|
releaseName: argo-workflows
|
||
|
|
version: 1.0.6
|
||
|
|
valuesFile: values.yaml
|