Skip to content

Commit a6f2d88

Browse files
committed
Updated PodDisruptionBudget examples
1 parent a2bdcd5 commit a6f2d88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PodDisruptionBudget/pod-disruption-budget-max-unavailable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
apiVersion: policy/v1beta1
2+
apiVersion: policy/v1
33
kind: PodDisruptionBudget
44
metadata:
55
name: pod-disruption-budget-max-unavailable-simple

PodDisruptionBudget/pod-disruption-budget-min-available.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
apiVersion: policy/v1beta1
2+
apiVersion: policy/v1
33
kind: PodDisruptionBudget
44
metadata:
55
name: pod-disruption-budget-min-available-simple

0 commit comments

Comments
 (0)