-
Notifications
You must be signed in to change notification settings - Fork 21
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
Provide name uniqueness of resources #113
Comments
egabancho
added a commit
to egabancho/helm-invenio
that referenced
this issue
Jan 13, 2025
egabancho
added a commit
to egabancho/helm-invenio
that referenced
this issue
Jan 13, 2025
egabancho
added a commit
to egabancho/helm-invenio
that referenced
this issue
Jan 14, 2025
egabancho
added a commit
to egabancho/helm-invenio
that referenced
this issue
Jan 14, 2025
egabancho
added a commit
to egabancho/helm-invenio
that referenced
this issue
Jan 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All invenio k8s resources (deployment, service, etc) should have a unique name which can be assigned to a helm release. Currently, the resources of two different helm releases have the same name, which can cause conflicts by deploy two releases to the same namespace.
Possible solution:
Using the helm default naming convention function wich exist per default when charts created with:
helm create...
The text was updated successfully, but these errors were encountered: