fix cluster name in database
All checks were successful
renovate / renovate (push) Successful in 29s
lint-and-test / lint-helm (push) Successful in 18s
release-charts-postgres-cluster / release (push) Successful in 22s
lint-and-test / chart-testing (push) Successful in 29s

This commit is contained in:
2025-12-15 15:53:31 -06:00
parent 9fc40afe16
commit 8c97933783
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ metadata:
spec:
name: {{ .name }}
cluster:
name: {{ include "cluster.name" $ }}
name: {{ include "cluster.name" . }}-cluster
ensure: {{ .ensure | default "present" }}
owner: {{ .owner }}
template: {{ .template | default "template1" }}