Skip to content

Commit

Permalink
Merge pull request #1751 from AndrewSirenko/default-PDB
Browse files Browse the repository at this point in the history
Update default API version for PodDisruptionBudget
  • Loading branch information
k8s-ci-robot authored Sep 21, 2023
2 parents 6d4ff98 + 8901a2d commit b88e7bb
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{{- if not (.Capabilities.APIVersions.Has "policy/v1") }}
apiVersion: policy/v1beta1
{{- else }}
apiVersion: policy/v1
{{- end }}
kind: PodDisruptionBudget
metadata:
name: ebs-csi-controller
Expand Down

0 comments on commit b88e7bb

Please sign in to comment.