Skip to content

Commit 24f6387

Browse files
Merge pull request #26 from NHSDigital/APM-1910-fix-templating-issues
APM-1910 Fix templating issues
2 parents 9be20b6 + 201d11f commit 24f6387

18 files changed

+261
-18589
lines changed

ecs-proxies-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ docker_service:
55
- name: NODE_ENV
66
value: production
77
- name: LOG_LEVEL
8-
value: "{{ 'debug' if APIGEE_ENVIRONMENT == 'internal-dev' else 'info' }}"
8+
value: "{%{{ 'debug' if APIGEE_ENVIRONMENT == 'internal-dev' else 'info' }}%}"
99
- name: VERSION_INFO
10-
value: "{{ version_info | to_json }}"
10+
value: "{%{{ version_info | to_json }}%}"
1111
health_check:
1212
matcher: "200"
1313
path: "/_ping"

0 commit comments

Comments
 (0)