Fix typo in initialize job name
This commit is contained in:
parent
b2be00d5d0
commit
a349f4b7a0
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