Fix the app config
This commit is contained in:
parent
db41815a98
commit
1616ae2017
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue