mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Re-add tenant temp
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: minio
|
name: minio-operator
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
finalizers:
|
finalizers:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
|||||||
@@ -1,28 +1,28 @@
|
|||||||
# apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
# kind: Application
|
kind: Application
|
||||||
# metadata:
|
metadata:
|
||||||
# name: minio
|
name: minio-tenant
|
||||||
# namespace: argocd
|
namespace: argocd
|
||||||
# finalizers:
|
finalizers:
|
||||||
# - resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
# spec:
|
spec:
|
||||||
# syncPolicy:
|
syncPolicy:
|
||||||
# syncOptions:
|
syncOptions:
|
||||||
# - CreateNamespace=true
|
- CreateNamespace=true
|
||||||
# automated:
|
automated:
|
||||||
# selfHeal: true
|
selfHeal: true
|
||||||
# prune: true
|
prune: true
|
||||||
# project: default
|
project: default
|
||||||
# sources:
|
sources:
|
||||||
# - chart: tenant
|
- chart: tenant
|
||||||
# repoURL: https://operator.min.io
|
repoURL: https://operator.min.io
|
||||||
# targetRevision: 6.0.3
|
targetRevision: 6.0.3
|
||||||
# helm:
|
helm:
|
||||||
# valueFiles:
|
valueFiles:
|
||||||
# - $values/minio/values-tenant.yaml
|
- $values/minio/values-tenant.yaml
|
||||||
# - repoURL: https://github.com/rubenhensen/k8scd.git
|
- repoURL: https://github.com/rubenhensen/k8scd.git
|
||||||
# targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
# ref: values
|
ref: values
|
||||||
# destination:
|
destination:
|
||||||
# server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
# namespace: minio-tenant
|
namespace: minio-tenant
|
||||||
Reference in New Issue
Block a user