Skip to content

Commit

Permalink
chore(manifest): set kubernetes_enabled to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Chauncey committed Oct 11, 2016
1 parent 26bbc2d commit a8be9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegraf/manifests/deis-monitor-telegraf-daemon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- name: "ENABLE_INFLUXDB_INPUT"
value: "true"
- name: "ENABLE_KUBERNETES"
value: "false"
value: "true"
- name: "NSQ_CONSUMER_SERVER"
value: "$(DEIS_NSQD_SERVICE_HOST):$(DEIS_NSQD_SERVICE_PORT_TRANSPORT)"
- name: "NSQ_CONSUMER_TOPIC"
Expand Down

0 comments on commit a8be9fa

Please sign in to comment.