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

Helm: No need for the default function #2399

Closed
manusa opened this issue Sep 28, 2023 · 0 comments · Fixed by #2404
Closed

Helm: No need for the default function #2399

manusa opened this issue Sep 28, 2023 · 0 comments · Fixed by #2404
Assignees
Milestone

Comments

@manusa
Copy link
Member

manusa commented Sep 28, 2023

Description

Currently, we're computing a Helm expression for provided parameters where a default function is added in case the value is provided.

In our case, this default function is redundant since the value will also be added to the generated values.yaml file.

The default function is problematic when dealing with non-string variables.

Since the function is redundant, it's better to just remove it from the generated helm expression.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant