Skip to content

Commit

Permalink
Merge pull request #364 from kubernetes-sigs/revert-362-deploy_secret
Browse files Browse the repository at this point in the history
Revert "chore: add secret rbac file"
  • Loading branch information
k8s-ci-robot committed Apr 21, 2020
2 parents 400b16c + 88610bf commit f602705
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 30 deletions.
1 change: 0 additions & 1 deletion deploy/install-driver.sh
Expand Up @@ -38,7 +38,6 @@ kubectl apply -f $repo/csi-azuredisk-driver.yaml
kubectl apply -f $repo/crd-csi-node-info.yaml
kubectl apply -f $repo/rbac-csi-azuredisk-controller.yaml
kubectl apply -f $repo/rbac-csi-azuredisk-node.yaml
kubectl apply -f $repo/rbac-csi-azuredisk-secret.yaml
kubectl apply -f $repo/csi-azuredisk-controller.yaml
kubectl apply -f $repo/csi-azuredisk-node.yaml

Expand Down
28 changes: 0 additions & 28 deletions deploy/rbac-csi-azuredisk-secret.yaml

This file was deleted.

1 change: 0 additions & 1 deletion deploy/uninstall-driver.sh
Expand Up @@ -44,5 +44,4 @@ kubectl delete -f $repo/csi-azuredisk-driver.yaml --ignore-not-found
kubectl delete -f $repo/crd-csi-node-info.yaml --ignore-not-found
kubectl delete -f $repo/rbac-csi-azuredisk-controller.yaml --ignore-not-found
kubectl delete -f $repo/rbac-csi-azuredisk-node.yaml --ignore-not-found
kubectl delete -f $repo/rbac-csi-azuredisk-secret.yaml --ignore-not-found
echo 'Uninstalled Azure Disk CSI driver successfully.'

0 comments on commit f602705

Please sign in to comment.