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

Remove duplicate 'RELEASE_NAME' env var #1427

Merged

Conversation

mortenmj
Copy link
Contributor

What does this PR change?

This removes a duplicate environment variable in the Kubecost metrics deployment.

How does this PR impact users? (This is the kind of thing that goes in release notes!)

The duplicate environment variable causes a crash when parsing the rendered Helm manifests with Jsonnet. Removing the duplicated value fixes this.

How was this PR tested?

Outputted manifests with helm template. Ensured that RELEASE_NAME only appears once after this fix.

Have you made an update to documentation?

N/A

@kirbsauce
Copy link
Contributor

Thanks @mortenmj! We'll get this reviewed soon!

@wolfeaustin
Copy link
Collaborator

This looks good to merge! @mortenmj out of curiosity, was running helm template initially not showing the RELEASE_NAME ddup'd?

@mortenmj
Copy link
Contributor Author

This looks good to merge! @mortenmj out of curiosity, was running helm template initially not showing the RELEASE_NAME ddup'd?

Correct. The output I got originally included the RELEASE_NAME env var twice.

@wolfeaustin wolfeaustin merged commit d3f20d4 into kubecost:develop May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants