2026-04-01 20:52:14 +02:00
|
|
|
---
|
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
|
|
resources:
|
|
|
|
|
- namespace.yaml
|
2026-04-01 21:35:16 +02:00
|
|
|
- secrets.yaml
|
2026-04-01 20:52:14 +02:00
|
|
|
|
|
|
|
|
helmCharts:
|
|
|
|
|
- name: argo-workflows
|
|
|
|
|
repo: https://argoproj.github.io/argo-helm
|
|
|
|
|
namespace: argo-workflows
|
|
|
|
|
releaseName: argo-workflows
|
2026-04-07 00:04:50 +00:00
|
|
|
version: 1.0.7
|
2026-04-01 20:52:14 +02:00
|
|
|
valuesFile: values.yaml
|