We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To create a wizard configurator, a selection of a choice or a multiple selection are needed.
Currently in a configuration JSON file it's not possible to name an item as shown below:
"MINIO_CONFIG_INGRESS_S3": { "label": "Enable S3 ingress component", "type": "bool" },
ops tasks developers
low
MINIO_CONFIG_INGRESS_S3
Modify the isInputConfigValid function with a different regular expression.
isInputConfigValid
The text was updated successfully, but these errors were encountered:
dcremonini
Successfully merging a pull request may close this issue.
Problem
To create a wizard configurator, a selection of a choice or a multiple selection are needed.
Currently in a configuration JSON file it's not possible to name an item as shown below:
Impact
ops tasks developers
Priority
low
Expected outcome
MINIO_CONFIG_INGRESS_S3
is allowedSuggested solution
Modify the
isInputConfigValid
function with a different regular expression.The text was updated successfully, but these errors were encountered: