mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 18:42:56 +02:00
28 lines
709 B
YAML
28 lines
709 B
YAML
# apiVersion: argoproj.io/v1alpha1
|
|
# kind: Application
|
|
# metadata:
|
|
# name: minio
|
|
# namespace: argocd
|
|
# finalizers:
|
|
# - resources-finalizer.argocd.argoproj.io
|
|
# spec:
|
|
# syncPolicy:
|
|
# syncOptions:
|
|
# - CreateNamespace=true
|
|
# automated:
|
|
# selfHeal: true
|
|
# prune: true
|
|
# project: default
|
|
# sources:
|
|
# - chart: tenant
|
|
# repoURL: https://operator.min.io
|
|
# targetRevision: 6.0.3
|
|
# helm:
|
|
# valueFiles:
|
|
# - $values/minio/values-tenant.yaml
|
|
# - repoURL: https://github.com/rubenhensen/k8scd.git
|
|
# targetRevision: HEAD
|
|
# ref: values
|
|
# destination:
|
|
# server: https://kubernetes.default.svc
|
|
# namespace: minio-tenant |