diff --git a/helm/aws-load-balancer-controller/templates/pdb.yaml b/helm/aws-load-balancer-controller/templates/pdb.yaml index 9e5ff9162..e76678181 100644 --- a/helm/aws-load-balancer-controller/templates/pdb.yaml +++ b/helm/aws-load-balancer-controller/templates/pdb.yaml @@ -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" . }}