Skip to content

Commit

Permalink
deploy: Add CSI Driver resource
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih committed Apr 29, 2019
1 parent 6111eda commit 48d2aa0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions deploy/kubernetes/releases/csi-digitalocean-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@
# Kubernetes >=v1.14+
#
# example usage: kubectl create -f <this_file>
#


# Install the CSI Driver. This simplifies driver discovery and enables us to
# customize Kubernetes behavior
# https://kubernetes-csi.github.io/docs/csi-driver-object.html
apiVersion: storage.k8s.io/v1beta1
kind: CSIDriver
metadata:
name: dobs.csi.digitalocean.com
spec:
attachRequired: true
podInfoOnMount: true

---

Expand Down

0 comments on commit 48d2aa0

Please sign in to comment.