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

[FR] Allow for a config file to always supply options that you don't expect to change #2

Open
jessesimpson36 opened this issue Oct 29, 2024 · 0 comments
Labels
kind/enhancement A new feature needs-refinement More grooming needs to be done on this task before it can be assigned

Comments

@jessesimpson36
Copy link
Owner

jessesimpson36 commented Oct 29, 2024

Describe the use case:

Some developers only work on one helm chart, and it may be cumbersome to type out the parameters

helm yamldiff default_values.yaml supplied_values.yaml -o output.yaml

If you know the helm chart you're working in, maybe you want to supply a version number instead.

helm yamldiff --chart bitnami/postgresql --version 1.0.2  supplied_values.yaml

And maybe you might have a config file in ~/.config/yamldiff/config.yaml

chart: bitnami/postgresql

then you only supply

helm yamldiff --version 1.0.2 supplied_values.yaml
@jessesimpson36 jessesimpson36 added kind/enhancement A new feature needs-refinement More grooming needs to be done on this task before it can be assigned labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A new feature needs-refinement More grooming needs to be done on this task before it can be assigned
Projects
None yet
Development

No branches or pull requests

1 participant