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

chore: RHIDP-3048: Add release name to dynamic-plugins configmap name #35

Conversation

coreydaley
Copy link
Member

@coreydaley coreydaley commented Jul 11, 2024

The dynamic-plugins configmap currently has a hard-coded name of 'dynamic-plugins' which prevents having two Developer Hub installations in the same namespace.

This pull request updates the name of the 'dynamic-plugins' configmap to include the name of the release such as '-dynamic-plugins' which will alleviate this issue and allow multiple installations of Developer Hub per namespace using Helm.

Description of the change

Existing or Associated Issue(s)

https://issues.redhat.com/browse/RHIDP-3048

Additional Information

Checklist

  • Chart version bumped in Chart.yaml according to semver.
  • Variables are documented in the values.yaml and added to the README.md. The pre-commit utility can be used to generate the necessary content. Use pre-commit run -a to apply changes.
  • JSON Schema template updated and re-generated the raw schema via pre-commit hook.
  • List tests pass for Chart using the Chart Testing tool and the ct lint command.

The dynamic-plugins configmap currently has a hard-coded name of
'dynamic-plugins' which prevents having two Developer Hub installations
in the same namespace.

This pull request updates the name of the 'dynamic-plugins' configmap
to include the name of the release such as '<release>-dynamic-plugins'
which will alleviate this issue and allow multiple installations of
Developer Hub per namespace using Helm.
Copy link
Member

@gazarenkov gazarenkov left a comment

Choose a reason for hiding this comment

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

LGTM in general.
Even if it is kinda self-explained, I would consider to add something about this naming to the values.yaml's comment (dynamc-plugins section) .

Copy link
Member

@rm3l rm3l left a comment

Choose a reason for hiding this comment

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

Thanks. Verified it works on Dev Sandbox and ClusterBot..

@nickboldt nickboldt merged commit 0798e97 into redhat-developer:main Jul 12, 2024
3 checks passed
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.

4 participants