Skip to content
New issue

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

Variables inside secret files are not interpolated #52

Open
FabioNappi opened this issue Jul 28, 2022 · 1 comment
Open

Variables inside secret files are not interpolated #52

FabioNappi opened this issue Jul 28, 2022 · 1 comment
Labels
needs triage This issue or pull request needs to be categorized

Comments

@FabioNappi
Copy link

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:

  1. Add a secret file with interpolated variables in mlp.yaml of a Console project configuration.
  2. Deploy
  3. Get secret from k8s and notice that variables have not been interpolated

Machine information (please complete the following information):

  • Version 1.1.0
@FabioNappi FabioNappi added the needs triage This issue or pull request needs to be categorized label Jul 28, 2022
@fredmaggiowski
Copy link
Member

Hi, can you please provide an example of the mlp.yaml file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage This issue or pull request needs to be categorized
Projects
None yet
Development

No branches or pull requests

2 participants