Skip to content

Commit

Permalink
Removing trailing slashes from env vars (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrlee committed Nov 19, 2020
1 parent 418349e commit c2af2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm_deploy/hmpps-template-typescript/templates/_envs.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Environment variables for web and worker containers
{{- define "deployment.envs" }}
env:
- name: INGRESS_URL
value: "https://{{ .Values.ingress.host }}/"
value: "https://{{ .Values.ingress.host }}"

- name: API_CLIENT_ID
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion helm_deploy/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ ingress:
path: /

env:
HMPPS_AUTH_URL: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/
HMPPS_AUTH_URL: https://sign-in-dev.hmpps.service.justice.gov.uk/auth
TOKEN_VERIFICATION_API_URL: https://token-verification-api-dev.prison.service.justice.gov.uk
TOKEN_VERIFICATION_ENABLED: true

0 comments on commit c2af2d4

Please sign in to comment.