corrects function call

This commit is contained in:
Hyatt 2023-10-22 13:01:59 -05:00
parent 35c5959096
commit 2952884b18
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -164,7 +164,7 @@ data:
steps { steps {
container ('alpine') { container ('alpine') {
script { script {
def result = declarativeFunctions.createSecret( def result = declarativeFunctions.readSecret(
kubeAuth: "k8s-dl-automation-access", kubeAuth: "k8s-dl-automation-access",
kubeURL: "https://k8s.test-chamber-13.lan:8043", kubeURL: "https://k8s.test-chamber-13.lan:8043",
namespace: "dl-automation", namespace: "dl-automation",