Skip to content

Commit

Permalink
fix: use selectorLabels in pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
OcamsRazor committed Nov 13, 2024
1 parent 0ac3dd2 commit f07ab9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/flipt/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: flipt
home: https://flipt.io
description: Flipt is an open-source, self-hosted feature flag solution.
type: application
version: 0.72.1
version: 0.72.2
appVersion: v1.51.1
maintainers:
- name: Flipt
Expand Down
2 changes: 1 addition & 1 deletion charts/flipt/templates/pdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ spec:
maxUnavailable: {{ default "25%" .Values.pdb.maxUnavailable }}
selector:
matchLabels:
{{- include "flipt.labels" . | nindent 6 }}
{{- include "flipt.selectorLabels" . | nindent 6 }}
{{- end }}

0 comments on commit f07ab9f

Please sign in to comment.