testing deployment to kubernetes
This commit is contained in:
parent
82be565f24
commit
d33ae6d91a
|
|
@ -83,11 +83,8 @@ spec:
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Deploy to Kubernetes') {
|
stage('Deploy to Kubernetes') {
|
||||||
steps {
|
withKubeConfig([credentialsId: "${KUBE_CONFIG_ID}"]) {
|
||||||
kubernetesDeploy(
|
sh 'kubectl apply -f deploy/kubernetes/'
|
||||||
kubeconfigId: "${KUBE_CONFIG_ID}",
|
|
||||||
configs: 'deploy/kubernetes/dev.yaml',
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue