Browse Source

fixing some issues with the DaemonSet

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

8
setup/hostpath-provisioner-template.yaml

@ -97,13 +97,19 @@ objects:
- persistentVolumeClaim
- secret
- apiVersion: 1
- apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: hostpath-provisioner
namespace: ${TARGET_NAMESPACE}
spec:
selector:
matchLabels:
name: hostpath-provisioner
template:
metadata:
labels:
name: hostpath-provisioner
spec:
containers:
name: hostpath-provisioner

Loading…
Cancel
Save