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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue