replace double quotes with single quotes

This commit is contained in:
Nagel, Felix
2021-05-03 06:35:59 +02:00
committed by Luis Manuel R. Pugoy
parent 6da3452a1c
commit 02ed3e2519

View File

@@ -43,7 +43,7 @@ function(params) {
grafana: g._config.version,
},
imageRepos+:: {
grafana: std.split(g._config.image, ":")[0],
grafana: std.split(g._config.image, ':')[0],
},
prometheus+:: {
name: g._config.prometheusName,