Some cleanup
This commit is contained in:
parent
ec68bfe46f
commit
902173a220
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ def parseYaml(content) {
|
||||||
}
|
}
|
||||||
|
|
||||||
def ocTemplateParametersAsCommandLineOpt(parameters) {
|
def ocTemplateParametersAsCommandLineOpt(parameters) {
|
||||||
return parameters.collect { v -> "-v ${v}" }.join(" ")
|
return parameters.collect { parameter -> "-v ${parameter}" }.join(" ")
|
||||||
}
|
}
|
||||||
|
|
||||||
def ocApplyTemplate(namespace, config) {
|
def ocApplyTemplate(namespace, config) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue