fix values paths
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: libation
|
name: libation
|
||||||
version: 0.0.4
|
version: 0.0.5
|
||||||
description: Import library from audible
|
description: Import library from audible
|
||||||
keywords:
|
keywords:
|
||||||
- audiobooks
|
- audiobooks
|
||||||
|
@@ -10,7 +10,7 @@ metadata:
|
|||||||
app.kubernetes.io/component: job
|
app.kubernetes.io/component: job
|
||||||
app.kubernetes.io/part-of: libation
|
app.kubernetes.io/part-of: libation
|
||||||
spec:
|
spec:
|
||||||
schedule: {{ .Values.libation.job.schedule }}
|
schedule: {{ .Values.job.schedule }}
|
||||||
successfulJobsHistoryLimit: 3
|
successfulJobsHistoryLimit: 3
|
||||||
failedJobsHistoryLimit: 3
|
failedJobsHistoryLimit: 3
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
@@ -20,8 +20,8 @@ spec:
|
|||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
containers:
|
containers:
|
||||||
- name: libation
|
- name: libation
|
||||||
image: "{{ .Values.libation.image.repository }}:{{ .Values.libation.image.tag }}"
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||||
imagePullPolicy: {{ .Values.libation.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
env:
|
env:
|
||||||
- name: SLEEP_TIME
|
- name: SLEEP_TIME
|
||||||
value: "-1"
|
value: "-1"
|
||||||
|
Reference in New Issue
Block a user