Skip to content

Commit

Permalink
Chore: add podLabels
Browse files Browse the repository at this point in the history
  • Loading branch information
ErezWeiss committed Dec 24, 2024
1 parent 6035fdd commit ddb14db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/postgres-operator-ui/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ddb14db

Please sign in to comment.