Skip to content

Commit

Permalink
Merge pull request #21 from small-hack/add-cert-tag
Browse files Browse the repository at this point in the history
we did need that cert tag after all
  • Loading branch information
cloudymax authored Nov 6, 2023
2 parents d5a1d64 + cca40c1 commit 01a6256
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/cloudnative-pg-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cnpg-cluster
description: Create postgres tenant clusters managed by the CNPG Operator
type: application
version: 0.3.2
version: 0.3.3

maintainers:
- name: "cloudymax"
Expand Down
2 changes: 1 addition & 1 deletion charts/cloudnative-pg-cluster/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cnpg-cluster

![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)
![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Create postgres tenant clusters managed by the CNPG Operator

Expand Down
4 changes: 2 additions & 2 deletions charts/cloudnative-pg-cluster/templates/test-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ spec:
volumes:
- name: secret-volume-root-ca
secret:
secretName: "{{ .Values.name }}-server"
secretName: "{{ .Values.name }}-server-cert"
defaultMode: 0600
- name: secret-volume-app
secret:
secretName: "{{ .Values.name }}-{{ .Values.bootstrap.initdb.owner }}"
secretName: "{{ .Values.name }}-{{ .Values.bootstrap.initdb.owner }}-cert"
defaultMode: 0600
{{- end }}

0 comments on commit 01a6256

Please sign in to comment.