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

Feature request: Add support for mocking capabilities #33

Open
omerlh opened this issue Sep 11, 2019 · 1 comment
Open

Feature request: Add support for mocking capabilities #33

omerlh opened this issue Sep 11, 2019 · 1 comment

Comments

@omerlh
Copy link

omerlh commented Sep 11, 2019

The built-in .Capabilities provides options about the tiller runtime, e.g. the Kubernetes server version, supported APIs, etc. It will be nice to be able to provide them as flags to helm template, e.g. helm template --kubernetes-version 1.15.0.

@thernstig
Copy link

Definitely a good use case. A lot of us have complex if/then statements in our Helm templating, including checking the .Capabilities to check what the Kubernetes cluster support. Depending on this, one might want to run various combinations of the values.yaml file and check the output so it matches expected behavior.

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

No branches or pull requests

2 participants