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

feat: add kube config to helm #140

Open
wants to merge 1 commit into
base: release-1.0.gamma
Choose a base branch
from

Conversation

JasonPowr
Copy link
Contributor

Small pr to add the kube config path to helm, when working on a different issue I noticed when working with a hypershift-hosted openshift cluster it gives you a kube config file. When I tried to pass this in it would create some namespaces that are not handled by the helm chart, but would fail when it came to helm chart installation this is because helm was using the default path i.e './kube/config' still, this fixes that :)

Copy link
Member

@lance lance left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Eventually it might be nice to have a --kubeconfig flag and RHTAS_KUBECONFIG environment variable, but the default location should be good enough for basic use cases.

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.

None yet

2 participants