.
This commit is contained in:
@@ -69,7 +69,7 @@ def readSecret (Map config) {
|
|||||||
returnStdout: true,
|
returnStdout: true,
|
||||||
script: """#Read Secret
|
script: """#Read Secret
|
||||||
set -x
|
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
|
return output
|
||||||
|
Reference in New Issue
Block a user