From 1ce9b8ab851bb2798d54f30e2deb1447bd128961 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 2 Jan 2026 10:22:51 +0900 Subject: [PATCH] CHORE(argocd): disable minio post-install jobs - to fix argocd sync hang --- minio/helm-values.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/minio/helm-values.yaml b/minio/helm-values.yaml index f29e35b..cbf3a1f 100644 --- a/minio/helm-values.yaml +++ b/minio/helm-values.yaml @@ -94,3 +94,14 @@ tolerations: metrics: serviceMonitor: enabled: false + +# Disable post-install jobs (bucket/user/policy creation) +# These cause ArgoCD sync to hang waiting for job completion +makeBucketJob: + enabled: false +makeUserJob: + enabled: false +makePolicyJob: + enabled: false +customCommandJob: + enabled: false