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