Skip to content

Commit

Permalink
set true for the dry-run value
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Dec 2, 2024
1 parent de5dd41 commit a9cbaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/geoipupdates/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
env:
{{- with .Values.geoipupdate.dryrun }}
- name: GEOIPUPDATE_DRYRUN
value: DRYRUN
value: {{ . | quote }}
{{- end }}
{{- with .Values.geoipupdate.editions }}
- name: GEOIPUPDATE_EDITION_IDS
Expand Down

0 comments on commit a9cbaae

Please sign in to comment.