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

Fix helm-extra-set-args in YAML configuration #713

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arbourd
Copy link

@arbourd arbourd commented Feb 8, 2025

What this PR does / why we need it:

Allows the usage of helm-extra-set-args key from a ct.yaml and not just command-line flags.

Currently, helm-extra-set-args is only available as a command-line flag, despite being part of the config object. This does not appear to be documented.

This change sources the value extraSetArgs via the config object rather than the cmd.Flags() only.

This PR adds the configuration option but it is never used: #697

Currently, `helm-extra-set-args` is only available as a command-line
flag, despite being part of the config object. This does not appear to
be documented.

This changes sources the value `extraSetArgs` via the `config` object
rather than the cmd.Flags() only.

Signed-off-by: Dylan Arbour <[email protected]>
@arbourd arbourd force-pushed the fix-extra-set-args branch from b430659 to c57e911 Compare February 8, 2025 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants