Files
deprecated-helm-charts/stable/postgresql/templates
chris-malloy-mri 103455d334 [stable/postgresql] When persistence is disabled the empty volume gets added in the wrong spot (#9952)
* 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>
2018-12-13 06:42:09 -08:00
..