Skip to content

Commit c6355a2

Browse files
authored
set hostpath version (openshift#193)
* set hostpath version * reset file and modify the correct one
1 parent 0813dd9 commit c6355a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/apps/000_80_hostpath-provisioner-daemonset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
serviceAccountName: kubevirt-hostpath-provisioner-admin
1818
containers:
1919
- name: kubevirt-hostpath-provisioner
20-
image: quay.io/kubevirt/hostpath-provisioner
20+
image: quay.io/kubevirt/hostpath-provisioner:v0.8.0
2121
imagePullPolicy: Always
2222
env:
2323
- name: USE_NAMING_PREFIX
@@ -36,4 +36,4 @@ spec:
3636
volumes:
3737
- name: pv-volume
3838
hostPath:
39-
path: /var/hpvolumes
39+
path: /var/hpvolumes

0 commit comments

Comments
 (0)