Skip to content

Commit 531d166

Browse files
kgrubbmaksym-iv-ef
andauthored
Update charts/netobserv/templates/deployment.yaml
Co-authored-by: Mack (Maksym Iv) <146473578+maksym-iv-elf@users.noreply.github.com>
1 parent 0ec7507 commit 531d166

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/netobserv/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ spec:
5656
{{- end }}
5757
- name: GEOIPUPDATE_DB_DIR
5858
value: /data
59+
{{- if .Values.maxmind.geoipEnabled }}
5960
- name: GEOIPUPDATE_FREQUENCY
60-
{{- if .Values.maxmind.geoipEnabled }}
6161
value: "{{ .Values.maxmind.geoipUpdateFrequency }}"
62-
{{- end }}
62+
{{- end }}
6363
volumeMounts:
6464
- name: geolite2-data
6565
mountPath: /data

0 commit comments

Comments
 (0)