We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24f6387 + c9c819c commit 5f25139Copy full SHA for 5f25139
1 file changed
ecs-proxies-deploy.yml
@@ -5,9 +5,9 @@ docker_service:
5
- name: NODE_ENV
6
value: production
7
- name: LOG_LEVEL
8
- value: "{%{{ 'debug' if APIGEE_ENVIRONMENT == 'internal-dev' else 'info' }}%}"
+ value: "{% raw %}{{ 'debug' if APIGEE_ENVIRONMENT == 'internal-dev' else 'info' }}{% endraw %}"
9
- name: VERSION_INFO
10
- value: "{%{{ version_info | to_json }}%}"
+ value: "{% raw %}{{ version_info | to_json }}{% endraw %}"
11
health_check:
12
matcher: "200"
13
path: "/_ping"
0 commit comments