mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 18:22:54 +02:00
25 lines
602 B
YAML
25 lines
602 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: helm-mailu
|
|
namespace: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
project: default
|
|
sources:
|
|
- chart: mailu
|
|
repoURL: https://mailu.github.io/helm-charts/
|
|
targetRevision: 2.1.1
|
|
helm:
|
|
valueFiles:
|
|
- $values/mailu/values.yaml
|
|
- repoURL: https://github.com/rubenhensen/k8scd.git
|
|
targetRevision: HEAD
|
|
ref: values
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: mailu |