Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/postgresql] doc: structure of existingSecret #19888

Closed
shaunc opened this issue Jan 6, 2020 · 3 comments · Fixed by #20599
Closed

[stable/postgresql] doc: structure of existingSecret #19888

shaunc opened this issue Jan 6, 2020 · 3 comments · Fixed by #20599
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

Comments

@shaunc
Copy link

shaunc commented Jan 6, 2020

Describe the bug
A clear and concise description of what the bug is.

The chart documentation does not specify the structure of existingSecret. I need to specify a password for postgres and for user database. How can I do it with the secret?

Version of Helm and Kubernetes:

na

Which chart:

stable/postgresql

What happened:

n.a

What you expected to happen:

n.a.

How to reproduce it (as minimally and precisely as possible):

n.a.

Anything else we need to know:

@dani8art
Copy link
Contributor

dani8art commented Jan 7, 2020

Hi @shaunc, thank you so much for your feedback.

The secret structure is the following

data:
  # PostgreSQL admin password (used when `postgresqlUsername` is not `postgres`)
  postgresql-postgres-password:..
  # PostgreSQL admin password (overrides postgresqlPassword)
  postgresql-password: ...
  # Replication user password (overrides replication.password)
  postgresql-replication-password: ...
  # Used to authenticate on LDAP
  postgresql-ldap-password: ...

Please, check if it works for you.
Regards.

@stale
Copy link

stale bot commented Feb 6, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.

@stale stale bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 6, 2020
@shaunc
Copy link
Author

shaunc commented Feb 6, 2020

@dani8art Thanks -- that worked. (Still needs doc, but not sure if you want issues for that... reopen if you do want.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants