Skip to content

fix: Use fullname for config resources#86

Merged
keelerm84 merged 1 commit intomainfrom
mk/sdk-1788/config-name
Jan 30, 2026
Merged

fix: Use fullname for config resources#86
keelerm84 merged 1 commit intomainfrom
mk/sdk-1788/config-name

Conversation

@keelerm84
Copy link
Member

All resources should be created using the fullname, allowing for
multiple deployments of the same chart within the same namespace.

fixes #85

All resources should be created using the fullname, allowing for
multiple deployments of the same chart within the same namespace.

fixes #85
Copy link

@Suhaibshah22 Suhaibshah22 left a comment

Choose a reason for hiding this comment

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

The fix works as intended.

I pulled the chart from this branch and deployed it in my cluster and I can see two separate config maps in the same namespace as expected.

Image

@keelerm84 keelerm84 merged commit b71f668 into main Jan 30, 2026
4 checks passed
@keelerm84 keelerm84 deleted the mk/sdk-1788/config-name branch January 30, 2026 14:46
@keelerm84
Copy link
Member Author

Thank you @Suhaibshah22 for confirming the fix!

keelerm84 pushed a commit that referenced this pull request Jan 30, 2026
🤖 I have created a release *beep* *boop*
---


##
[3.4.1](3.4.0...3.4.1)
(2026-01-30)


### Bug Fixes

* Use fullname for config resources
([#86](#86))
([b71f668](b71f668)),
closes [#85](#85)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

ConfigMap template does not respect fullnameOverride, preventing multiple releases in same namespace

3 participants