From 4353e44d2c29c4582f610b6dc2b7ce2ac4cbf69e Mon Sep 17 00:00:00 2001 From: nhyatt Date: Sun, 22 Oct 2023 14:06:28 -0500 Subject: [PATCH] . --- vars/declarativeFunctions.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/declarativeFunctions.groovy b/vars/declarativeFunctions.groovy index 187bed1..07181b7 100644 --- a/vars/declarativeFunctions.groovy +++ b/vars/declarativeFunctions.groovy @@ -69,7 +69,7 @@ def readSecret (Map config) { returnStdout: true, script: """#Read Secret set -x - kubectl get secret "${config.secret}" -o jsonpath={".data.${safeSecretID}"} | base64 -d + kubectl get secret "${config.secretName}" -o jsonpath={".data.${safeSecretID}"} | base64 -d """ ) return output