fix cluster name
All checks were successful
release-charts-postgres-cluster / release (push) Successful in 20s

This commit is contained in:
2025-05-13 21:04:25 -05:00
parent ffcd5139ef
commit 406737ed6a
3 changed files with 3 additions and 3 deletions

View File

@@ -14,6 +14,6 @@ spec:
schedule: {{ .schedule | quote }}
backupOwnerReference: {{ .backupOwnerReference }}
cluster:
name: {{ include "cluster.name" $context }}
name: {{ include "cluster.name" $context }}-cluster
{{ end -}}
{{ end }}