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

@@ -9,15 +9,12 @@ metadata:
{{- end }}
labels:
{{- include "cluster.labels" . | nindent 4 }}
{{- with .Values.cluster.additionalLabels }}
{{ toYaml . | nindent 4 }}
{{- end }}
spec:
instances: {{ .Values.cluster.instances }}
{{- include "cluster.image" . | nindent 2 }}
imageName: "{{ .Values.cluster.image.repository }}:{{ .Values.cluster.image.tag }}"
imagePullPolicy: {{ .Values.cluster.image.imagePullPolicy }}
{{- with .Values.cluster.image.imagePullSecrets }}
imagePullPolicy: {{ .Values.cluster.imagePullPolicy }}
{{- with .Values.cluster.imagePullSecrets }}
imagePullSecrets:
{{- . | toYaml | nindent 4 }}
{{- end }}