Skip to content

Commit

Permalink
fixed issue with sed after new file k8s structure
Browse files Browse the repository at this point in the history
  • Loading branch information
allenkubai committed Jan 2, 2019
1 parent 711a0b7 commit d644ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
steps {
container('kubectl') {
sh 'kubectl get pods'
sh("sed -i.bak 's#iad.ocir.io/gse00013828/oracleimc/people-rest-service:1.0#${imageTag}#' ./people-service-deployment.yaml")
sh("sed -i.bak 's#iad.ocir.io/gse00013828/oracleimc/people-rest-service:1.0#${imageTag}#' ./k8s/deployments/people-service-deployment.yaml")
sh("kubectl apply -f ./k8s/deployments/people-service-deployment.yaml")
sh("kubectl apply -f ./k8s/services/people-lb-service.yaml")
}
Expand Down

0 comments on commit d644ef3

Please sign in to comment.