summaryrefslogtreecommitdiffstats
path: root/healthcheck-container/healthcheck.js
diff options
context:
space:
mode:
Diffstat (limited to 'healthcheck-container/healthcheck.js')
-rw-r--r--healthcheck-container/healthcheck.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/healthcheck-container/healthcheck.js b/healthcheck-container/healthcheck.js
index 7a03f1e..9bc2086 100644
--- a/healthcheck-container/healthcheck.js
+++ b/healthcheck-container/healthcheck.js
@@ -26,13 +26,13 @@ const UNKNOWN = 503;
// List of deployments expected to be created via Helm
const helmDeps =
[
- 'dcae-cloudify-manager'
+ 'dcae-cloudify-manager',
+ 'dcae-config-binding-service'
];
// List of deployments expected to be created by CM at boot time
const bootDeps =
[
- 'dep-config-binding-service',
'dep-deployment-handler',
'dep-inventory',
'dep-service-change-handler',