mirror of
https://gitlab.com/itsulu-odoo/runboat.git
synced 2026-05-30 23:41:27 +00:00
Merge pull request #63 from sbidoul/job-name-typo
Fix typo in initialize job name
This commit is contained in:
commit
82f1e69a23
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
name: initalize
|
||||
name: initialize
|
||||
labels:
|
||||
runboat/job-kind: initialize
|
||||
spec:
|
||||
|
|
@ -12,7 +12,7 @@ spec:
|
|||
spec:
|
||||
enableServiceLinks: false
|
||||
containers:
|
||||
- name: initalize
|
||||
- name: initialize
|
||||
image: odoo
|
||||
volumeMounts:
|
||||
- name: runboat-scripts
|
||||
|
|
|
|||
Loading…
Reference in a new issue