Skip to content

Commit

Permalink
Merge pull request #895 from vdhanan/pdbnamespace
Browse files Browse the repository at this point in the history
remove hardcoded namespace for pod disruption budget
  • Loading branch information
k8s-ci-robot authored May 21, 2021
2 parents 610675a + b980e11 commit 627682b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/aws-ebs-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0.0"
name: aws-ebs-csi-driver
description: A Helm chart for AWS EBS CSI Driver
version: 1.0.2
version: 1.0.3
kubeVersion: ">=1.17.0-0"
home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: PodDisruptionBudget
apiVersion: policy/v1beta1
metadata:
name: ebs-csi-controller-pod-disruption-budget
namespace: kube-system
spec:
minAvailable: 1
selector:
Expand Down
1 change: 0 additions & 1 deletion deploy/kubernetes/base/controller-poddisruptionbudget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ kind: PodDisruptionBudget
apiVersion: policy/v1beta1
metadata:
name: ebs-csi-controller-pod-disruption-budget
namespace: kube-system
spec:
minAvailable: 1
selector:
Expand Down

0 comments on commit 627682b

Please sign in to comment.