change labels
All checks were successful
release-charts-postgres-cluster / release (push) Successful in 47s

This commit is contained in:
2025-05-13 20:58:06 -05:00
parent 69a554bd9d
commit ffcd5139ef
9 changed files with 16 additions and 31 deletions

View File

@@ -26,6 +26,9 @@ helm.sh/chart: {{ include "cluster.chart" $ }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- with .Values.cluster.additionalLabels }}
{{ toYaml . }}
{{- end }}
{{- end }}
{{/*