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