escape the escape!

This commit is contained in:
Hyatt 2023-10-22 13:36:47 -05:00
parent a66eb93160
commit cf01628256
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