Skip to content

Commit f269cd7

Browse files
committed
cluster chart: rename clusterSpecification to cluster
1 parent 154b90f commit f269cd7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

charts/postgres-cluster/index.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ entries:
33
postgres-cluster:
44
- apiVersion: v2
55
appVersion: 0.8.0-1
6-
created: "2024-10-14T00:30:44.172646449+03:00"
6+
created: "2024-10-14T00:52:56.851410174+03:00"
77
description: Deploys a PostgreSQL cluster using the PostgreSQL operator
8-
digest: 53c26c4a8737a85670d5e9553ab24149364e14cf4b04ece158a9c70b9170a903
8+
digest: f275636dc39a2db215633cc3d7449e86fd18d1cc29aed7f06af5006137bebad5
99
maintainers:
1010
1111
name: CYBERTEC PostgreSQL International GmbH
@@ -16,4 +16,4 @@ entries:
1616
urls:
1717
- postgres-cluster-0.8.0.tgz
1818
version: 0.8.0
19-
generated: "2024-10-14T00:30:44.172118016+03:00"
19+
generated: "2024-10-14T00:52:56.850805082+03:00"
4.34 KB
Binary file not shown.

charts/postgres-cluster/templates/postgresql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ metadata:
1414
{{- end}}
1515

1616
spec:
17-
{{- toYaml .Values.clusterSpecification | nindent 2 }}
17+
{{- toYaml .Values.cluster | nindent 2 }}

charts/postgres-cluster/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#extraAnnotations:
1212
# my-annotation: value
1313

14-
clusterSpecification:
14+
cluster:
1515
dockerImage: docker.io/cybertec-pg-container/postgres:rocky9-16.4-2
1616
numberOfInstances: 2
1717

0 commit comments

Comments
 (0)