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