oraculum: try frontend build from git

This commit is contained in:
František Zatloukal 2021-02-19 14:59:49 +01:00 committed by Stephen Smoogen
parent 63fef17506
commit 0199e767d7

View file

@ -410,8 +410,8 @@ spec:
deploymentconfig: oraculum-frontend deploymentconfig: oraculum-frontend
spec: spec:
containers: containers:
- name: packager-dashboard-frontend - name: oraculum-frontend
image: packager-dashboard-frontend:latest image: oraculum-frontend:latest
resources: {} resources: {}
env: env:
- name: SUBDIR - name: SUBDIR
@ -428,7 +428,7 @@ spec:
imageChangeParams: imageChangeParams:
automatic: true automatic: true
containerNames: containerNames:
- packager-dashboard-frontend - oraculum-frontend
from: from:
kind: ImageStreamTag kind: ImageStreamTag
name: packager-dashboard-frontend:latest name: oraculum-frontend:latest