Skip to content

Commit

Permalink
Merge pull request #647 from replicatedhq/joshs/SC-96358/pod-disrupti…
Browse files Browse the repository at this point in the history
…on-budgets-update

Upgrade PDBs to policy/v1 prior to EKS upgrade
  • Loading branch information
dydx authored Jan 11, 2024
2 parents ab05946 + ea0abf9 commit 9d1f162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kustomize/overlays/production/disruptionbudget.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: install-scripts
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/staging/disruptionbudget.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: install-scripts
Expand Down

0 comments on commit 9d1f162

Please sign in to comment.