.
This commit is contained in:
parent
209ed2e264
commit
4353e44d2c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user