corrects formatting

This commit is contained in:
2022-04-01 21:35:03 -05:00
parent f99bfb5653
commit c216572e94

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 -
"""
}
}