Skip to content

Commit

Permalink
Bump pdb apiVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalle committed Aug 25, 2021
1 parent a789f51 commit 256dd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/aws-load-balancer-controller/templates/pdb.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if and .Values.podDisruptionBudget (gt (int .Values.replicaCount) 1) }}
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ include "aws-load-balancer-controller.fullname" . }}
Expand Down

0 comments on commit 256dd57

Please sign in to comment.