corrects formatting

This commit is contained in:
Hyatt 2022-04-01 21:35:03 -05:00
parent f99bfb5653
commit c216572e94
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -42,7 +42,7 @@ def createSecret (Map config) {
]) {
sh """
set +x
printf '%s\n' \"" + config.secret + "\" | kubectl apply -f -"
printf '%s\n' "${config.secret}" | kubectl apply -f -
"""
}
}