Skip to content

Commit

Permalink
csv fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Dec 12, 2024
1 parent 4efc111 commit 1b0a44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helmfile/overrides/notify/admin.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ admin:
ALLOW_HTML_SERVICE_IDS: "{{ .StateValues.ALLOW_HTML_SERVICE_IDS }}"
ASSET_UPLOAD_BUCKET_NAME: "{{ .Release.Namespace }}-{{ .Environment.Name }}-asset-upload"
BULK_SEND_AWS_BUCKET: "{{ .Release.Namespace }}-{{ .Environment.Name }}-bulk-send"
CSV_UPLOAD_BUCKET_NAME: "{{ .Release.Namespace }}-{{ .Environment.Name }}-csv"
CSV_UPLOAD_BUCKET_NAME: "{{ .Release.Namespace }}-{{ .Environment.Name }}-csv-upload"
IP_GEOLOCATE_SERVICE: "http://ipv4.{{ .Release.Namespace }}.svc.cluster.local:8080"
API_HOST_NAME: "https://{{ .StateValues.API_HOST_NAME_PREFIX }}.{{ requiredEnv "BASE_DOMAIN" }}"
ADMIN_BASE_URL: "{{ requiredEnv "BASE_DOMAIN" }}"
Expand Down

0 comments on commit 1b0a44a

Please sign in to comment.