This commit is contained in:
Ovidio Mallo 2016-12-15 17:52:14 +01:00
parent 902173a220
commit 1977a7cc88
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ def parseYaml(content) {
}
def ocTemplateParametersAsCommandLineOpt(parameters) {
return parameters.collect { parameter -> "-v ${parameter}" }.join(" ")
//return parameters.collect { parameter -> "-v ${parameter}" }.join(" ")
return ""
}
def ocApplyTemplate(namespace, config) {