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 apiVersion: batch/v1
kind: Job kind: Job
metadata: metadata:
name: initalize name: initialize
labels: labels:
runboat/job-kind: initialize runboat/job-kind: initialize
spec: spec:
@ -12,7 +12,7 @@ spec:
spec: spec:
enableServiceLinks: false enableServiceLinks: false
containers: containers:
- name: initalize - name: initialize
image: odoo image: odoo
volumeMounts: volumeMounts:
- name: runboat-scripts - name: runboat-scripts