Skip to content

Commit

Permalink
Merge pull request #184 from OcamsRazor/pdb-selector-labels
Browse files Browse the repository at this point in the history
fix: use selectorLabels in pdb
  • Loading branch information
GeorgeMac authored Nov 13, 2024
2 parents 0ac3dd2 + f07ab9f commit 46bff26
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 46bff26

Please sign in to comment.