Skip to content

Commit

Permalink
Add podLabels to helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
swoehrl-mw committed Mar 13, 2024
1 parent 9f9009c commit c0a9398
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ spec:
{{- end }}
labels:
{{- include "operator.selectorLabels" . | nindent 8 }}
{{- if .Values.podLabels }}
{{- toYaml .Values.podLabels | nindent 8 }}
{{- end }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down
4 changes: 4 additions & 0 deletions helm/hybrid-cloud-postgresql-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ volumes: []
# List of volume mounts for the operator pod
volumeMounts: []

# Extra annotations to add to the operator pods
podAnnotations: {}

# Extra labels to add to the operator pods
podLabels: {}

podSecurityContext: {}

securityContext: {}
Expand Down

0 comments on commit c0a9398

Please sign in to comment.