Skip to content

Commit bedb50f

Browse files
committed
Switch PodDisruptionBudget in templates to policy/v1
1 parent 4507c0b commit bedb50f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/cluster-template-external-cloud-provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ data:
841841
- emptyDir: {}
842842
name: socket-dir
843843
---
844-
apiVersion: policy/v1beta1
844+
apiVersion: policy/v1
845845
kind: PodDisruptionBudget
846846
metadata:
847847
labels:

templates/cluster-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ data:
818818
- emptyDir: {}
819819
name: socket-dir
820820
---
821-
apiVersion: policy/v1beta1
821+
apiVersion: policy/v1
822822
kind: PodDisruptionBudget
823823
metadata:
824824
labels:

test/e2e/data/infrastructure-aws/withoutclusterclass/e2e_test_templates/cluster-template-external-cloud-provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ data:
842842
- emptyDir: {}
843843
name: socket-dir
844844
---
845-
apiVersion: policy/v1beta1
845+
apiVersion: policy/v1
846846
kind: PodDisruptionBudget
847847
metadata:
848848
labels:

0 commit comments

Comments
 (0)