Fix the app config

This commit is contained in:
Ovidio Mallo 2016-12-06 14:00:31 +01:00
parent db41815a98
commit 1616ae2017

View file

@ -32,7 +32,7 @@ objects:
- ${APP} - ${APP}
from: from:
kind: ImageStreamTag kind: ImageStreamTag
name: ${IMAGE_STREAM_TAG} name: ${APP}:${ENV}
namespace: ${PROJECT_BASE}-${BUILD_ENV} namespace: ${PROJECT_BASE}-${BUILD_ENV}
- apiVersion: v1 - apiVersion: v1
kind: Service kind: Service