Skip to content

Commit bb6b343

Browse files
authored
Merge pull request #12 from jianxiaoguo/dev
chore(monitor): fix upload dashboard error and modify INFLUXDB input
2 parents e9bfd8a + e4fd708 commit bb6b343

7 files changed

Lines changed: 6689 additions & 6673 deletions

File tree

charts/monitor/templates/monitor-grafana-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
key: url
4646
{{- else }}
4747
- name: "INFLUXDB_URL"
48-
value: "\"http://$(DRYCC_INFLUXDB_SERVICE_HOST):$(DRYCC_INFLUXDB_SERVICE_PORT_TRANSPORT)\""
48+
value: http://$(DRYCC_INFLUXDB_SERVICE_HOST):$(DRYCC_INFLUXDB_SERVICE_PORT_TRANSPORT)
4949
{{- end }}
5050
- name: "INFLUXDB_BUCKET"
5151
valueFrom:

0 commit comments

Comments
 (0)