Update template and update script
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
c0ceae535e
commit
beff055784
21 changed files with 643 additions and 71 deletions
|
|
@ -13,4 +13,12 @@ data:
|
|||
}
|
||||
]
|
||||
}
|
||||
setup: |-
|
||||
#!/bin/sh
|
||||
path=$1
|
||||
mkdir -m 0777 -p ${path}
|
||||
teardown: |-
|
||||
#!/bin/sh
|
||||
path=$1
|
||||
rm -rf ${path}
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ spec:
|
|||
serviceAccountName: local-path-provisioner-service-account
|
||||
containers:
|
||||
- name: local-path-provisioner
|
||||
image: rancher/local-path-provisioner:v0.0.12
|
||||
image: rancher/local-path-provisioner:v0.0.14
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- local-path-provisioner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue