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:
- Add a secret file with interpolated variables in
mlp.yaml of a Console project configuration.
- Deploy
- Get secret from k8s and notice that variables have not been interpolated
Machine information (please complete the following information):
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.yamlof a Console project configuration.Machine information (please complete the following information):