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
Blueprint is getting compiled with the Python variable name and not the CalmVariable attribute name. An example:
docker_install = CalmVariable.WithOptions.Predefined.string( options=["True", "False"], default="True", name="DOCKER_INSTALL", label="Enable Docker", is_mandatory=True, description="Enabling Docker lets you easily install containerized applications.")
In this case, the variable in the blueprint once compiled shows as lowercase instead of uppercase like in the attribute name.
The text was updated successfully, but these errors were encountered:
Issue/calm 35727 support passing encrypted secret values in bp creati…
52be052
…on (#217) (cherry picked from commit 9fe3f7eae825c799a5396d5dd9f0682ef062f924)
No branches or pull requests
Blueprint is getting compiled with the Python variable name and not the CalmVariable attribute name. An example:
In this case, the variable in the blueprint once compiled shows as lowercase instead of uppercase like in the attribute name.
The text was updated successfully, but these errors were encountered: