FIX(minio): minio post-job by setting trigger
- values to empty arrays - buckets, users, policies, customCommands, svcaccts must be empty - Previous makeBucketJob.enabled etc. did not prevent Job creation
This commit is contained in:
@@ -95,13 +95,10 @@ metrics:
|
|||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
# Disable post-install jobs (bucket/user/policy creation)
|
# Disable post-install job by setting all triggers to empty
|
||||||
# These cause ArgoCD sync to hang waiting for job completion
|
# Job is created if any of: buckets, users, policies, customCommands, svcaccts exist
|
||||||
makeBucketJob:
|
buckets: []
|
||||||
enabled: false
|
users: []
|
||||||
makeUserJob:
|
policies: []
|
||||||
enabled: false
|
customCommands: []
|
||||||
makePolicyJob:
|
svcaccts: []
|
||||||
enabled: false
|
|
||||||
customCommandJob:
|
|
||||||
enabled: false
|
|
||||||
|
|||||||
Reference in New Issue
Block a user