diff --git a/app/container/template.hbs b/app/container/template.hbs index 19469dd7b..039606fc6 100644 --- a/app/container/template.hbs +++ b/app/container/template.hbs @@ -210,7 +210,7 @@
- {{#if container.healthcheck}} + {{#if container.livenessProbe}} {{/if}}
diff --git a/app/workload/template.hbs b/app/workload/template.hbs index 25ec22c49..87141944c 100644 --- a/app/workload/template.hbs +++ b/app/workload/template.hbs @@ -153,7 +153,7 @@
- {{#if service.launchConfig.healthcheck}} + {{#if service.launchConfig.livenessProbe}} {{/if}}