Skip to content

Commit fd6fdd0

Browse files
Merge pull request #115 from NHSDigital/feature/ERSSUP-58134
ERSSUP-58134
2 parents 938c351 + c3bb502 commit fd6fdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ apigee:
9898
environments: [ {{ ENV.name }} ]
9999
proxies:
100100
- e-referrals-service-api-{{ ENV.name }}
101-
- identity-service-{{ ENV.name }}
101+
- identity-service-{{ "%s-int".format(ENV.name) if ENV.name == 'internal-qa' else ENV.name }}
102102
{% if ENV.name == 'int' %}
103103
- identity-service-int-no-smartcard
104104
{% endif %}

0 commit comments

Comments
 (0)