Skip to content

Commit

Permalink
Merge pull request #197 from tombokombo/fix/pdb_selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
naseemkullah authored Dec 20, 2021
2 parents 1eb3dba + 2fea5ee commit 8ef2807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords:
- logging
- fluent-bit
- fluentd
version: 0.19.12
version: 0.19.13
appVersion: 1.8.11
icon: https://fluentbit.io/assets/img/logo1-default.png
home: https://fluentbit.io/
Expand Down
2 changes: 1 addition & 1 deletion charts/fluent-bit/templates/pdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
maxUnavailable: {{ .Values.podDisruptionBudget.maxUnavailable }}
selector:
matchLabels:
{{- include "fluent-bit.labels" . | nindent 6 }}
{{- include "fluent-bit.selectorLabels" . | nindent 6 }}
{{- with .Values.labels }}
{{- toYaml . | nindent 6 }}
{{- end }}
Expand Down

0 comments on commit 8ef2807

Please sign in to comment.