We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9bfd8a + e4fd708 commit bb6b343Copy full SHA for bb6b343
7 files changed
charts/monitor/templates/monitor-grafana-deployment.yaml
@@ -45,7 +45,7 @@ spec:
45
key: url
46
{{- else }}
47
- name: "INFLUXDB_URL"
48
- value: "\"http://$(DRYCC_INFLUXDB_SERVICE_HOST):$(DRYCC_INFLUXDB_SERVICE_PORT_TRANSPORT)\""
+ value: http://$(DRYCC_INFLUXDB_SERVICE_HOST):$(DRYCC_INFLUXDB_SERVICE_PORT_TRANSPORT)
49
{{- end }}
50
- name: "INFLUXDB_BUCKET"
51
valueFrom:
0 commit comments