* [stable/postgresql] Add supports for the oficial postgres image env vars
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Add more info to README
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Update README
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Update README
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Grammar and wording fixes in README file
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Update version change for chart
Signed-off-by: tompizmor <tompizmor@gmail.com>
* [stable/postgresql] Enable synchronous replication
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Update values-production.yaml
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Lint
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [bitnami/postgresql] Allow configmaps for configuration and initdb
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Change conf.d mountpoint
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Bump version
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Bump minor version
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/postgresql] Allow including gzip files as initdb scripts
Signed-off-by: juan131 <juan@bitnami.com>
* Increasing Prerequisites on README.md
Signed-off-by: juan131 <juan@bitnami.com>
* Only create cm when there are init scripts
Signed-off-by: juan131 <juan@bitnami.com>
* Only use init cm when there are init scripts
Signed-off-by: juan131 <juan@bitnami.com>
* minor fixes
Signed-off-by: juan131 <juan@bitnami.com>
* [stable/postgresql] Allow mounting secrets as files
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Add mounting logic to the metrics container
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Lint
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* When persistence is disabled the empty volume gets added in the wrong spot.
It ends up generating yaml like this:
updateStrategy:
type: RollingUpdate
- name: data
emptyDir: {}
Signed-off-by: Chris Malloy <chris.malloy@mathresources.com>
* Bumped version.
Signed-off-by: Chris Malloy <chris.malloy@mathresources.com>
Signed-off-by: Gabriel Nicolas Avellaneda <avellaneda.gabriel@gmail.com>
Do not create a Deployment for the psql client to test connectivity with PostgreSQL
Signed-off-by: Gabriel Nicolas Avellaneda <avellaneda.gabriel@gmail.com>
Fixed command line for test client to add namespace to be able to make connection to the deployed PostgreSQL
Signed-off-by: Gabriel Nicolas Avellaneda <avellaneda.gabriel@gmail.com>
Bump chart version
Signed-off-by: Gabriel Nicolas Avellaneda <avellaneda.gabriel@gmail.com>
What does this commit/MR/PR do?
- Remove extra lines in secrets.yaml
Why is this commit/MR/PR needed?
- There should be one key/pair per line
Signed-off-by: Stephen Moloney <stephen@stephenmoloney.com>
* [stable/postgresql] Support different affinities for master & slaves
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Add note to README and obey fullnameOverride
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Added debugging flags to master node
Signed-off-by: Joao C Costa <joaocc-dev@live.com>
* Annotation style consistent with master
Signed-off-by: Joao C Costa <joaocc-dev@live.com>
* Added terminationGracePeriod spec to slave nodes
Signed-off-by: Joao C Costa <joaocc-dev@live.com>
* Bump chart version
Signed-off-by: Joao C Costa <joaocc-dev@live.com>
* fixing env vars value - helm requires them to be strings
Signed-off-by: Joao C Costa <joaocc-dev@live.com>
* [stable/postgresql] bump chart version
Signed-off-by: Joao C Costa <joaocc-dev@live.com>
* [stable/postgresql] Add ability to give postgresql or pg_hba configuration from parameter.
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
* [stable/postgresql] Add ability to give initdb scripts from parameter.
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
* [stable/postgresql] Fix NOTES.txt render error when service type is LoadBalancer
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Delete wrong line
Signed-off-by: tompizmor <tompizmor@gmail.com>