feat: change all name labels to template
Some checks failed
lint-and-test / lint-helm (push) Successful in 8s
lint-and-test / chart-testing (push) Successful in 16s
release-charts-postgres-cluster / release (push) Successful in 17s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2026-03-15 12:46:29 -05:00
parent f2f0a0c842
commit 229851a7dd
11 changed files with 10 additions and 6 deletions

View File

@@ -35,7 +35,6 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
Selector labels
*/}}
{{- define "cluster.selectorLabels" -}}
app.kubernetes.io/name: {{ include "cluster.name" $ }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
{{- end }}