feat(minio): migrate to official MinIO Operator chart, TF-owned

This commit is contained in:
Story Crater Bot
2026-08-18 15:08:01 -07:00
parent 07b785e5fc
commit 80e146e106
4 changed files with 126 additions and 135 deletions
+2 -25
View File
@@ -1,28 +1,5 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: minio
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "0"
spec:
project: homelab
source:
repoURL: https://forgejo.riotpiao.homelab.com/riotpiao.com/homelab.git
targetRevision: main
path: k8s/storage
directory:
recurse: false
destination:
server: https://kubernetes.default.svc
namespace: storage
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
---
# MinIO now managed by Terraform (terraform/minio.tf) via official minio/minio
# chart — removed from ArgoCD to avoid dual-controller conflict on storage NS.
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata: