CHORE(argocd): disable minio post-install jobs

- to fix argocd sync hang
This commit is contained in:
2026-01-02 10:22:51 +09:00
parent f4ba1ef156
commit 1ce9b8ab85

View File

@@ -94,3 +94,14 @@ tolerations:
metrics: metrics:
serviceMonitor: serviceMonitor:
enabled: false 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