diff --git a/vars/declarativeFunctions.groovy b/vars/declarativeFunctions.groovy index 0f66070..06763ba 100644 --- a/vars/declarativeFunctions.groovy +++ b/vars/declarativeFunctions.groovy @@ -68,7 +68,7 @@ def readSecret (Map config) { returnStdout: true, script: """#Read Secret set +x - kubectl get secret "${config.secretName}" -o jsonpath={".data.${configSecretID}"} | base64 -d + kubectl get secret "${config.secret}" -o jsonpath={".data.${config.secretID}"} | base64 -d """ ) return output