Chore: add podLabels

This commit is contained in:
Erez Weiss 2024-12-24 12:26:08 +02:00
parent 6035fdd58e
commit ddb14dbe97
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ spec:
labels:
app.kubernetes.io/name: {{ template "postgres-operator-ui.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}