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
Describe the bug MLP does not interpolate variables when they are used inside a secret file.
E.g.
{ "aKey": "{{VAR_TO_BE_INTERPOLATED}}" }
Expected behavior I expect that variables are correctly interpolated
To Reproduce Steps to reproduce the behavior:
mlp.yaml
Machine information (please complete the following information):
The text was updated successfully, but these errors were encountered:
Hi, can you please provide an example of the mlp.yaml file?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
MLP does not interpolate variables when they are used inside a secret file.
E.g.
Expected behavior
I expect that variables are correctly interpolated
To Reproduce
Steps to reproduce the behavior:
mlp.yaml
of a Console project configuration.Machine information (please complete the following information):
The text was updated successfully, but these errors were encountered: