Skip to content

Commit

Permalink
Set correct dev TLS URL
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMillar-MOJ committed May 17, 2024
1 parent 09ff300 commit 51fca4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ jobs:
--set image.tag=${IMAGE_TAG} \
--set fullnameOverride=${CLEANED_BRANCH_NAME} \
--set ingress.hosts[0].host=${CLEANED_BRANCH_NAME}.${DEV_HOST} \
--set tls.hosts[0]=${CLEANED_BRANCH_NAME}.${DEV_HOST} \
--set tls.hosts[0].host=${CLEANED_BRANCH_NAME}.${DEV_HOST} \
--force \
--install
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ingress:
enabled: true
tls:
- hosts:
- "access-civil-legal-aid-dev.cloud-platform.service.justice.gov.uk"
- host: "access-civil-legal-aid-dev.cloud-platform.service.justice.gov.uk"
hosts:
- host: "access-civil-legal-aid-dev.cloud-platform.service.justice.gov.uk"
paths:
Expand Down

0 comments on commit 51fca4e

Please sign in to comment.