Changing "daemonset" flag in service def to "kind" param

We want to alling with k8s definitions and it would be more convenient
to have one param instead of several flags.

Change-Id: I378f7fd3e89ac12e9f6d16fca3591d09ff33d4f9
This commit is contained in:
Andrey Pavlov 2016-10-24 11:45:56 +00:00
parent 53c573e146
commit d1cb178c91
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
service:
name: cron
daemonset: true
kind: DaemonSet
containers:
- name: cron
image: cron

View File

@ -1,6 +1,6 @@
service:
name: heka
daemonset: true
kind: DaemonSet
containers:
- name: heka
image: heka

View File

@ -1,6 +1,6 @@
service:
name: stacklight-collector
daemonset: true
kind: DaemonSet
containers:
- name: hindsight
image: hindsight