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 - persistentVolumeClaim
- secret - secret
- apiVersion: 1 - apiVersion: extensions/v1beta1
kind: DaemonSet kind: DaemonSet
metadata: metadata:
name: hostpath-provisioner name: hostpath-provisioner
namespace: ${TARGET_NAMESPACE} namespace: ${TARGET_NAMESPACE}
spec: spec:
selector:
matchLabels:
name: hostpath-provisioner
template: template:
metadata:
labels:
name: hostpath-provisioner
spec: spec:
containers: containers:
name: hostpath-provisioner name: hostpath-provisioner

Loading…
Cancel
Save