* [stable/postgresql] Allow connection details to be set as global
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Add global by default
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/postgresql] Allow a template for persistence.existingClaim
Signed-off-by: Michael Beaumont <mjboamail@gmail.com>
* [stable/postgresql] Update values-production for persistence.existingClaim
Signed-off-by: Michael Beaumont <mjboamail@gmail.com>
* [stable/postgresql] Add global 'imagePullSecrets' to overwrite any other existing one
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* Fix typo and add var to the README
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* Fix typo in helpers
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
Only define the `securityContext` on the main container instead of defining it on the top level `spec` which results into injected containers by Istio inheriting this definition (i.e. istio-init).
Related topic: https://github.com/istio/old_issues_repo/issues/316
Signed-off-by: Alexander Awitin <alexanderawitin@gmail.com>
* [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>