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 chart define Namespace #184

Closed
nonamef opened this issue May 2, 2024 · 2 comments
Closed

Helm chart define Namespace #184

nonamef opened this issue May 2, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@nonamef
Copy link

nonamef commented May 2, 2024

Helm chart doesn't define a namespace so 'default' is used. Would be good to define a namespace and have 'version-checker' as the default to the chart. This would be the same as the example provided in ./deploy/yaml.

@hawksight hawksight added enhancement New feature or request good first issue Good for newcomers labels May 9, 2024
@hawksight
Copy link
Contributor

Hey @nonamef thank you for raising the issue. I think that this can be solved with some better documentation in our readme.

You should be able to install this into your own namespace already. For example to install into "version-checker" namespace, you can try:

helm install version-checker jetstack/version-checker --namespace version-checker --create-namespace

@hawksight hawksight self-assigned this May 9, 2024
@davidcollom davidcollom added this to the v1 release milestone May 15, 2024
@hawksight
Copy link
Contributor

We are going to close this out as it currently works. eg, this also works if you want a custom namespace:

helm install version-checker jetstack/version-checker --namespace monitoring --create-namespace

If you have a specific reason to include namespace: {{ .Release.namespace }} in all the templates, please let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants