corrects valuable names
This commit is contained in:
parent
7f5caa0829
commit
d42a310d51
@ -68,7 +68,7 @@ def readSecret (Map config) {
|
|||||||
returnStdout: true,
|
returnStdout: true,
|
||||||
script: """#Read Secret
|
script: """#Read Secret
|
||||||
set +x
|
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
|
return output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user