mirror of
https://github.com/bitnami/charts.git
synced 2026-02-27 06:48:01 +08:00
[bitnami/PostgreSQL] Update statefulset to inlcude verbose PVC reference (#17140)
* Update statefulset to inlcude verbose PVC Signed-off-by: Felix Luthman <34520175+felixlut@users.noreply.github.com> * Bump chart version Signed-off-by: Felix Luthman <34520175+felixlut@users.noreply.github.com> --------- Signed-off-by: Felix Luthman <34520175+felixlut@users.noreply.github.com>
This commit is contained in:
@@ -25,4 +25,4 @@ maintainers:
|
||||
name: postgresql
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
|
||||
version: 12.5.7
|
||||
version: 12.5.8
|
||||
|
||||
@@ -620,7 +620,9 @@ spec:
|
||||
emptyDir: {}
|
||||
{{- else }}
|
||||
volumeClaimTemplates:
|
||||
- metadata:
|
||||
- apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: data
|
||||
{{- if .Values.primary.persistence.annotations }}
|
||||
annotations: {{- include "common.tplvalues.render" (dict "value" .Values.primary.persistence.annotations "context" $) | nindent 10 }}
|
||||
|
||||
Reference in New Issue
Block a user