Skip to content

Commit

Permalink
remove hardcoded namespace for pod disruption budget
Browse files Browse the repository at this point in the history
  • Loading branch information
vdhanan committed May 21, 2021
1 parent 7ef5e67 commit c0e3c7f
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 c0e3c7f

Please sign in to comment.