[bitnami/postgresql]: configurable data source credentials for postgresql exporter#36465
Open
snosratiershad wants to merge 3 commits intobitnami:mainfrom
Open
Conversation
aravind4799
reviewed
Feb 19, 2026
Contributor
aravind4799
left a comment
There was a problem hiding this comment.
It looks like the get-chart check failed because the chart version hasn't been incremented. Bitnami's automation requires a version bump in Chart.yaml for every change.
Contributor
|
Hi! Thanks for the PR! Yes, it's mandatory, could you bump the version so we can run some verifications? |
… exporter Signed-off-by: Salar Nosrati-Ershad <snosratiershad@gmail.com>
f0000af to
8bfee4d
Compare
Author
|
@javsalgar @aravind4799. Version bumped. readme gereneted. squashed. |
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the change
Added
auth.metricsUsernameandauth.metricsPasswordwhich will be used as postgresql exporter data source username and password if user is not empty and notpostgres. Also binded to secrets to support password files.Benefits
I can use my custom user with non-admin permissions and just pg_monitor in postgresql exporter
Possible drawbacks
I've tried to make it backward compatible so previous values will not break. But the metrics user is not autogenerated and may confuse users.
Applicable issues
Additional information
Update: currently ready to merge
Checklist
Chart.yamlaccording to semver. This is not necessary when the changes only affect README.md files.README.mdusing readme-generator-for-helm