doctranslation: move to ocp4

This commit is contained in:
Francois Andrieu 2021-10-24 22:18:16 +02:00 committed by kevin
parent 9b18167ec5
commit 2ffdf1bd52
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
- name: make the app be real
hosts: os_masters[0]:os_masters_stg[0]
hosts: os_control[0]:os_control_stg[0]
user: root
gather_facts: False
vars:

View file

@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: build.openshift.io/v1
kind: BuildConfig
metadata:
labels:

View file

@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: cron
@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: translate
image: docker-registry.default.svc:5000/docstranslation/builder:latest
image: image-registry.openshift-image-registry.svc:5000/docstranslation/builder:latest
args:
- "--clone_sources"
- "--commit_l10n"