Skip to content

Commit

Permalink
Update matchlabels selector for pod disruption budget resource
Browse files Browse the repository at this point in the history
  • Loading branch information
OlamideOl1 committed Oct 24, 2024
1 parent 1beaeb3 commit 110ac29
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ spec:
maxUnavailable: {{ .Values.prometheus.podDisruptionBudget.maxUnavailable }}
{{- end }}
selector:
{{- include "prometheus.selectorLabels" . | nindent 4 }}
matchLabels:
{{- include "prometheus.selectorLabels" . | nindent 6 }}
{{- end }}

0 comments on commit 110ac29

Please sign in to comment.