added ubuntu

This commit is contained in:
sridhar 2023-09-06 17:47:55 +05:30
parent 38b402e6a3
commit 670fe30eea

2
Jenkinsfile vendored
View file

@ -34,7 +34,7 @@ pipeline{
}
stage("kubernetes deployment"){
steps{
sh 'kubectl apply -f deployment.yaml'
sh 'kubectl apply -f deployement.yaml'
}
}