replace double quotes with single quotes
This commit is contained in:
@@ -43,7 +43,7 @@ function(params) {
|
|||||||
grafana: g._config.version,
|
grafana: g._config.version,
|
||||||
},
|
},
|
||||||
imageRepos+:: {
|
imageRepos+:: {
|
||||||
grafana: std.split(g._config.image, ":")[0],
|
grafana: std.split(g._config.image, ':')[0],
|
||||||
},
|
},
|
||||||
prometheus+:: {
|
prometheus+:: {
|
||||||
name: g._config.prometheusName,
|
name: g._config.prometheusName,
|
||||||
|
|||||||
Reference in New Issue
Block a user