Skip to content

Commit

Permalink
deploy: update to node-driver-registrar 1.0.2
Browse files Browse the repository at this point in the history
The RBAC rules were already obsolete before and in 1.0.2 they were
also removed officially
(https://github.com/kubernetes-csi/node-driver-registrar/releases/tag/v1.0.2).
  • Loading branch information
pohly committed Jan 21, 2019
1 parent 2bd6115 commit 76766f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 48 deletions.
3 changes: 1 addition & 2 deletions deploy/hostpath/csi-hostpath-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ spec:
labels:
app: csi-hostpathplugin
spec:
serviceAccountName: csi-node-sa
hostNetwork: true
containers:
- name: node-driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.1
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
imagePullPolicy: Always
lifecycle:
preStop:
Expand Down
46 changes: 0 additions & 46 deletions deploy/hostpath/csi-hostpath-rbac.yaml

This file was deleted.

0 comments on commit 76766f1

Please sign in to comment.