corrects valuable names

This commit is contained in:
Hyatt 2023-10-22 12:42:51 -05:00
parent 7f5caa0829
commit d42a310d51
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -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