corrects formatting
This commit is contained in:
parent
f99bfb5653
commit
c216572e94
@ -42,7 +42,7 @@ def createSecret (Map config) {
|
|||||||
]) {
|
]) {
|
||||||
sh """
|
sh """
|
||||||
set +x
|
set +x
|
||||||
printf '%s\n' \"" + config.secret + "\" | kubectl apply -f -"
|
printf '%s\n' "${config.secret}" | kubectl apply -f -
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user