We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 938c351 + c3bb502 commit fd6fdd0Copy full SHA for fd6fdd0
manifest_template.yml
@@ -98,7 +98,7 @@ apigee:
98
environments: [ {{ ENV.name }} ]
99
proxies:
100
- e-referrals-service-api-{{ ENV.name }}
101
- - identity-service-{{ ENV.name }}
+ - identity-service-{{ "%s-int".format(ENV.name) if ENV.name == 'internal-qa' else ENV.name }}
102
{% if ENV.name == 'int' %}
103
- identity-service-int-no-smartcard
104
{% endif %}
0 commit comments