Skip to content

Commit d5a1d64

Browse files
committed
remove un-needed cert tag from ttest app inpts
1 parent f787e65 commit d5a1d64

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/cloudnative-pg-cluster/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: cnpg-cluster
33
description: Create postgres tenant clusters managed by the CNPG Operator
44
type: application
5-
version: 0.3.1
5+
version: 0.3.2
66

77
maintainers:
88
- name: "cloudymax"

charts/cloudnative-pg-cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
Create postgres tenant clusters managed by the CNPG Operator
66

charts/cloudnative-pg-cluster/templates/test-app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)