diff --git a/Jenkinsfile b/Jenkinsfile index 9c50be3..6dd2fae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { stage('Deploy App') { steps { script { - kubernetesDeploy(configs: "nginx.yaml", kubeconfigId: "mykubeconfig") + kubernetesDeploy(configs: "nginx.yaml", kubeconfigId: "mykubeconfig",enableConfigSubstitution: true) } } }