corrects function call
This commit is contained in:
parent
35c5959096
commit
2952884b18
@ -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",
|
||||||
|
Reference in New Issue
Block a user