Skip to content

Commit

Permalink
Merge pull request #47 from d-nishi/fix-clusterrole-csinode
Browse files Browse the repository at this point in the history
fix namespace in csi-node clusterrole
  • Loading branch information
k8s-ci-robot authored Jul 10, 2019
2 parents a47f1b6 + f8b7571 commit f64faba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: csi-node
namespace: default
namespace: kube-system
rules:
- apiGroups: [""]
resources: ["secrets"]
Expand Down

0 comments on commit f64faba

Please sign in to comment.