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
Getting this error:
util/bashpp.sh: line 44: declare: -A: invalid option
when executing:
util/bashpp.sh -o values.yaml values.yaml.tmpl
But it works with bash version 5.0.17(1)-release.
5.0.17(1)-release
If the bashpp doesn't support some versions of bash - it would be great to note it somewhere or add check into the script.
bashpp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting this error:
when executing:
But it works with bash version
5.0.17(1)-release
.If the
bashpp
doesn't support some versions of bash - it would be great to note it somewhere or add check into the script.The text was updated successfully, but these errors were encountered: