Skip to content

Commit

Permalink
Merge pull request #1427 from oribon/bump_pdb
Browse files Browse the repository at this point in the history
Bug 2079422: Bump PodDisruptionBudget to v1
  • Loading branch information
openshift-merge-robot committed May 11, 2022
2 parents 332c645 + a0edcfe commit fd47873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindata/network/ovn-kubernetes/managed/ovnkube-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{{ if not .IsSNO }}
# The pod disruption budget ensures that we keep a raft quorum
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: ovn-raft-quorum-guard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{{ if not .IsSNO }}
# The pod disruption budget ensures that we keep a raft quorum
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: ovn-raft-quorum-guard
Expand Down

0 comments on commit fd47873

Please sign in to comment.