.
This commit is contained in:
parent
4353e44d2c
commit
2690e78e8c
@ -68,7 +68,7 @@ def readSecret (Map config) {
|
||||
def output = sh(
|
||||
returnStdout: true,
|
||||
script: """#Read Secret
|
||||
set -x
|
||||
set +x
|
||||
kubectl get secret "${config.secretName}" -o jsonpath={".data.${safeSecretID}"} | base64 -d
|
||||
"""
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user