CHORE(argocd): disable minio post-install jobs
- to fix argocd sync hang
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user