Fix typo in initialize job name

This commit is contained in:
Stéphane Bidoul 2022-05-30 14:54:50 +02:00
parent b2be00d5d0
commit a349f4b7a0

View file

@ -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