languages: namespace missing in oc commands
This commit is contained in:
parent
4a2f31b0ca
commit
a34c6f6992
1 changed files with 4 additions and 4 deletions
|
@ -71,28 +71,28 @@
|
||||||
|
|
||||||
post_tasks:
|
post_tasks:
|
||||||
- name: run initial f.10 import
|
- name: run initial f.10 import
|
||||||
command: "oc create job stats-10-{{ lookup('pipe','date +%s') }}-init --from=cronjob/stats-10"
|
command: "oc -n languages create job stats-10-{{ lookup('pipe','date +%s') }}-init --from=cronjob/stats-10"
|
||||||
tags:
|
tags:
|
||||||
- never
|
- never
|
||||||
- init
|
- init
|
||||||
- f10
|
- f10
|
||||||
|
|
||||||
- name: run initial f.20 import
|
- name: run initial f.20 import
|
||||||
command: "oc create job stats-20-{{ lookup('pipe','date +%s') }}-init --from=cronjob/stats-20"
|
command: "oc -n languages create job stats-20-{{ lookup('pipe','date +%s') }}-init --from=cronjob/stats-20"
|
||||||
tags:
|
tags:
|
||||||
- never
|
- never
|
||||||
- init
|
- init
|
||||||
- f20
|
- f20
|
||||||
|
|
||||||
- name: run initial f.30 import
|
- name: run initial f.30 import
|
||||||
command: "oc create job stats-30-{{ lookup('pipe','date +%s') }}-init --from=cronjob/stats-30"
|
command: "oc -n languages create job stats-30-{{ lookup('pipe','date +%s') }}-init --from=cronjob/stats-30"
|
||||||
tags:
|
tags:
|
||||||
- never
|
- never
|
||||||
- init
|
- init
|
||||||
- f30
|
- f30
|
||||||
|
|
||||||
- name: run initial f.latest import
|
- name: run initial f.latest import
|
||||||
command: "oc create job stats-latest-{{ lookup('pipe','date +%s') }}-init --from=cronjob/stats-latest"
|
command: "oc -n languages create job stats-latest-{{ lookup('pipe','date +%s') }}-init --from=cronjob/stats-latest"
|
||||||
tags:
|
tags:
|
||||||
- never
|
- never
|
||||||
- init
|
- init
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue