mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 06:47:28 +08:00
[bitnami/postgresql] Fix slave.extraInitContainers value (#4124)
* [bitnami/postgresql] Fix slave.extraInitContainers value * [bitnami/postgresql] Version bump * Use slave instead of master in the statefulset * Fix comment in the values.yaml Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
committed by
GitHub
parent
4ce789cda9
commit
a92fbbe145
@@ -488,10 +488,16 @@ slave:
|
||||
podLabels: {}
|
||||
podAnnotations: {}
|
||||
priorityClassName: ''
|
||||
extraInitContainers: |
|
||||
# - name: do-something
|
||||
# image: busybox
|
||||
# command: ['do', 'something']
|
||||
## Extra init containers
|
||||
## Example
|
||||
##
|
||||
## extraInitContainers:
|
||||
## - name: do-something
|
||||
## image: busybox
|
||||
## command: ['do', 'something']
|
||||
##
|
||||
extraInitContainers: []
|
||||
|
||||
## Additional PostgreSQL Slave Volume mounts
|
||||
##
|
||||
extraVolumeMounts: []
|
||||
|
||||
Reference in New Issue
Block a user