Skip to content

Commit 4fea8c3

Browse files
author
Rub21
committed
Set TIME_UPDATE_INTERVAL end var for taginfo
1 parent d727782 commit 4fea8c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

osm-seed/templates/taginfo-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ spec:
6969
value: {{ .Values.taginfo.env.DOWNLOAD_DB }}
7070
- name: CREATE_DB
7171
value: {{ .Values.taginfo.env.CREATE_DB }}
72+
- name: TIME_UPDATE_INTERVAL
73+
value: {{ .Values.taginfo.env.TIME_UPDATE_INTERVAL }}
7274
{{- if .Values.taginfo.nodeSelector.enabled }}
7375
nodeSelector:
7476
{{ .Values.taginfo.nodeSelector.label_key }} : {{ .Values.taginfo.nodeSelector.label_value }}

0 commit comments

Comments
 (0)