replace double quotes with single quotes
This commit is contained in:
committed by
Luis Manuel R. Pugoy
parent
6da3452a1c
commit
02ed3e2519
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user