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