Wait for changes to be applied before deploying

This commit is contained in:
Ovidio Mallo 2016-12-06 14:25:52 +01:00
parent cf5424ecc4
commit 35020eceae
2 changed files with 3 additions and 0 deletions

View file

@ -20,6 +20,7 @@ objects:
spec:
containers:
- image: ${PROJECT_BASE}-${BUILD_ENV}/${APP}:${ENV}
imagePullPolicy: IfNotPresent
name: ${APP}
ports:
- containerPort: 8080