Browse Source

fixing some issues with the DaemonSet

pull/2/head
Nicolas Massé 9 years ago
parent
commit
a9d6ccf89f
  1. 2
      setup/hostpath-provisioner-template.yaml

2
setup/hostpath-provisioner-template.yaml

@ -112,7 +112,7 @@ objects:
name: hostpath-provisioner
spec:
containers:
name: hostpath-provisioner
- name: hostpath-provisioner
image: ${HOSTPATH_PROVISIONER_IMAGE}
imagePullPolicy: "IfNotPresent"
env:

Loading…
Cancel
Save