File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
charts/cloudnative-pg-cluster Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : cnpg-cluster
33description : Create postgres tenant clusters managed by the CNPG Operator
44type : application
5- version : 0.3.1
5+ version : 0.3.2
66
77maintainers :
88 - name : " cloudymax"
Original file line number Diff line number Diff line change 11# cnpg-cluster
22
3- ![ Version: 0.3.1 ] ( https://img.shields.io/badge/Version-0.3.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
3+ ![ Version: 0.3.2 ] ( https://img.shields.io/badge/Version-0.3.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
44
55Create postgres tenant clusters managed by the CNPG Operator
66
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ spec:
4242 volumes :
4343 - name : secret-volume-root-ca
4444 secret :
45- secretName : " {{ .Values.name }}-server-cert "
45+ secretName : " {{ .Values.name }}-server"
4646 defaultMode : 0600
4747 - name : secret-volume-app
4848 secret :
49- secretName : " {{ .Values.name }}-{{ .Values.bootstrap.initdb.owner }}-cert "
49+ secretName : " {{ .Values.name }}-{{ .Values.bootstrap.initdb.owner }}"
5050 defaultMode : 0600
5151{{- end }}
You can’t perform that action at this time.
0 commit comments