Skip to content

Commit

Permalink
Fixed (#3201)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Dec 12, 2024
1 parent a9f415a commit 861d77a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helmfile/charts/notify-celery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ celeryCommon:
AWS_REGION: "ca-central-1"
BULK_SEND_TEST_SERVICE_ID: "ea608120-148a-4eba-a64c-4d9a8010e7b0"
CSV_UPLOAD_BUCKET_NAME: "notification-canada-ca-dev-csv-upload"
DOCUMENT_DOWNLOAD_API_HOST: "http://document-download-api.notification-canada-ca.svc.cluster.local:7000"
DOCUMENT_DOWNLOAD_API_HOST: "http://notify-document-download.notification-canada-ca.svc.cluster.local:7000"
FIDO2_DOMAIN: "dev.notification.cdssandbox.xyz"
HC_EN_SERVICE_ID: "changeme"
HC_FR_SERVICE_ID: "changeme"
Expand Down
2 changes: 1 addition & 1 deletion helmfile/overrides/notify/api.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ api:
BASE_DOMAIN: "{{ requiredEnv "BASE_DOMAIN" }}"
ASSET_DOMAIN: "https://assets.{{ requiredEnv "BASE_DOMAIN" }}"
DOCUMENTATION_DOMAIN: "documentation.{{ requiredEnv "BASE_DOMAIN" }}"
DOCUMENT_DOWNLOAD_API_HOST: "http://document-download-api.{{ .Release.Namespace }}.svc.cluster.local:7000"
DOCUMENT_DOWNLOAD_API_HOST: "http://notify-document-download.{{ .Release.Namespace }}.svc.cluster.local:7000"
API_HOST_NAME: "https://{{ .StateValues.API_HOST_NAME_PREFIX }}.{{ requiredEnv "BASE_DOMAIN" }}"
HC_EN_SERVICE_ID: "{{ .StateValues.HC_EN_SERVICE_ID }}"
HC_FR_SERVICE_ID: "{{ .StateValues.HC_FR_SERVICE_ID }}"
Expand Down
2 changes: 1 addition & 1 deletion helmfile/overrides/notify/celery.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ celeryCommon:
AWS_REGION: "{{ requiredEnv "AWS_REGION" }}"
BULK_SEND_TEST_SERVICE_ID: "{{ .StateValues.BULK_SEND_TEST_SERVICE_ID }}"
CSV_UPLOAD_BUCKET_NAME: "notification-canada-ca-{{ .Environment.Name }}-csv-upload"
DOCUMENT_DOWNLOAD_API_HOST: "http://document-download-api.{{ .Release.Namespace }}.svc.cluster.local:7000"
DOCUMENT_DOWNLOAD_API_HOST: "http://notify-document-download.{{ .Release.Namespace }}.svc.cluster.local:7000"
FIDO2_DOMAIN: "{{ requiredEnv "BASE_DOMAIN" }}"
HC_EN_SERVICE_ID: "{{ .StateValues.HC_EN_SERVICE_ID }}"
HC_FR_SERVICE_ID: "{{ .StateValues.HC_FR_SERVICE_ID }}"
Expand Down

0 comments on commit 861d77a

Please sign in to comment.