migrate minio to operator pattern (operator + tenant CR)

This commit is contained in:
Alexander Rogov
2026-07-12 19:20:50 +03:00
parent dacbce4c85
commit e47c8cea44
5 changed files with 84 additions and 35 deletions

View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: minio-operator
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://operator.min.io/
chart: operator
targetRevision: "7.1.1"
destination:
server: https://kubernetes.default.svc
namespace: minio-operator
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true