Closed jchauncey closed 8 years ago
@kmala and @jackfrancis are potential reviewers of this pull request based on my analysis of git blame
information. Thanks @jchauncey!
After helmc generate
, the URL is enclosed by escaped quotes in manifests/deis-monitor-telegraf-daemon.yaml
:
- name: "INFLUXDB_URLS"
value: "\"deis.rocks\""
But they don't show up in manifests/deis-monitor-grafana-deployment.yaml
:
- name: "INFLUXDB_SERVICE_URL"
value: "deis.rocks"
Assuming that's intentional, everything looks good.
So the escaped quotes are there so we actually quote the string when it gets passed to telegraf.
Test steps:
influxdb_location
asoff-cluster
helm generate
manifests/deis-monitor-telegraf-daemon.yaml
andmanifests/deis-monitor-grafana-deployment.yaml