double escape?

This commit is contained in:
Hyatt 2023-10-22 13:28:27 -05:00
parent 8dbc5150f7
commit a66eb93160
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -64,7 +64,7 @@ def readSecret (Map config) {
serverUrl: config.kubeURL,
namespace: config.namespace
]) {
def safeSecretID = config.secretID.replaceAll(/\./, "\.")
def safeSecretID = config.secretID.replaceAll(/\./, "\\.")
def output = sh(
returnStdout: true,
script: """#Read Secret