Skip to content

Commit

Permalink
revert storage-provisioner.yaml.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
11janci committed Oct 16, 2019
1 parent 7585fc7 commit 8b0cb3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions cmd/storage-provisioner/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
)

const defaultPvDir = "/pvc"

const pvDirParam = "pv-dir"

func main() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,9 @@ spec:
command: ["/storage-provisioner"]
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /pvc
name: pvc
- mountPath: /tmp
name: tmp
volumes:
- name: pvc
hostPath:
path: /pvc
type: Directory
- name: tmp
hostPath:
path: /tmp
Expand Down

0 comments on commit 8b0cb3e

Please sign in to comment.