Skip to content

Commit 7ec6ab6

Browse files
authored
Merge pull request #47 from small-hack/fix-secret-name-i-think
update secret name for certs
2 parents e368934 + 4363da9 commit 7ec6ab6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: 1.1.1
5+
version: 1.1.2
66

77
dependencies:
88
- name: cluster

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: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.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/cluster_certificates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
apiVersion: v1
3535
kind: Secret
3636
metadata:
37-
name: "{{ .Values.name }}-server-secret"
37+
name: "{{ .Values.name }}-server-cert"
3838
labels:
3939
cnpg.io/reload: ""
4040
---

0 commit comments

Comments
 (0)