diff --git a/vars/declarativeFunctions.groovy b/vars/declarativeFunctions.groovy index 2f62b83..db764b1 100644 --- a/vars/declarativeFunctions.groovy +++ b/vars/declarativeFunctions.groovy @@ -69,6 +69,7 @@ def readSecret (Map config) { returnStdout: true, script: """#Read Secret set +x + echo "kubectl get secret "${config.secret}" -o jsonpath={".data.${safeSecretID}"} | base64 -d" kubectl get secret "${config.secret}" -o jsonpath={".data.${safeSecretID}"} | base64 -d """ )