Skip to content

Commit

Permalink
Merge pull request #906 from krmichel/master
Browse files Browse the repository at this point in the history
Add pod disruption budgets that got missed in a rebase
  • Loading branch information
k8s-ci-robot authored May 27, 2021
2 parents 3225a58 + f66655f commit 93264f6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions deploy/kubernetes/base/poddisruptionbudget-controller.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# Source: aws-ebs-csi-driver/templates/poddisruptionbudget-controller.yaml
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: ebs-csi-controller
labels:
app.kubernetes.io/name: aws-ebs-csi-driver
spec:
selector:
matchLabels:
app: ebs-csi-controller
app.kubernetes.io/name: aws-ebs-csi-driver
maxUnavailable: 1
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# Source: aws-ebs-csi-driver/templates/poddisruptionbudget-snapshot-controller.yaml
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: ebs-snapshot-controller
labels:
app.kubernetes.io/name: aws-ebs-csi-driver
spec:
selector:
matchLabels:
app: ebs-snapshot-controller
app.kubernetes.io/name: aws-ebs-csi-driver
maxUnavailable: 1

0 comments on commit 93264f6

Please sign in to comment.