Skip to content

Commit

Permalink
Merge pull request #906 from replicatedhq/laverya/sc-58587/run-minio-…
Browse files Browse the repository at this point in the history
…add-on-in-distributed-mode-so-that

add the ability to disable the management of HA MinIO to kurl.sh
  • Loading branch information
laverya authored Nov 3, 2022
2 parents b1b7a9f + 820c9e7 commit aedbd83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/versionDetails.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,11 @@
"description": "A list of Pod container image overrides in the format \"[original]=[overridden]\"",
"type": "array[string]",
"hidden": true
},
{
"flag": "minioShouldDisableManagement",
"description": "Prevent high availability (HA) MinIO from being enabled and do not manage existing HA MinIO pods",
"type": "boolean"
}
],
"fluentd": [
Expand Down

1 comment on commit aedbd83

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.