Skip to content

Commit ae6a335

Browse files
author
Jonathan Chauncey
authored
Merge pull request #149 from jchauncey/set-flag
chore(manifest): set kubernetes_enabled to true
2 parents 26bbc2d + a8be9fa commit ae6a335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

telegraf/manifests/deis-monitor-telegraf-daemon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
- name: "ENABLE_INFLUXDB_INPUT"
3737
value: "true"
3838
- name: "ENABLE_KUBERNETES"
39-
value: "false"
39+
value: "true"
4040
- name: "NSQ_CONSUMER_SERVER"
4141
value: "$(DEIS_NSQD_SERVICE_HOST):$(DEIS_NSQD_SERVICE_PORT_TRANSPORT)"
4242
- name: "NSQ_CONSUMER_TOPIC"

0 commit comments

Comments
 (0)