Skip to content

Commit

Permalink
Merge pull request #5102 from AndiDog/templates-policy-v1
Browse files Browse the repository at this point in the history
🌱 Switch `PodDisruptionBudget` in templates to policy/v1
  • Loading branch information
k8s-ci-robot authored Sep 30, 2024
2 parents c2c96dd + bedb50f commit 2fe1c84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/cluster-template-external-cloud-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ data:
- emptyDir: {}
name: socket-dir
---
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ data:
- emptyDir: {}
name: socket-dir
---
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ data:
- emptyDir: {}
name: socket-dir
---
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
labels:
Expand Down

0 comments on commit 2fe1c84

Please sign in to comment.