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 - name: make the app be real
hosts: os_masters[0]:os_masters_stg[0] hosts: os_control[0]:os_control_stg[0]
user: root user: root
gather_facts: False gather_facts: False
vars: vars:

View file

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

View file

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