diff options
Diffstat (limited to 'kubernetes/so/components/so-ve-vnfm-adapter')
-rwxr-xr-x | kubernetes/so/components/so-ve-vnfm-adapter/values.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kubernetes/so/components/so-ve-vnfm-adapter/values.yaml b/kubernetes/so/components/so-ve-vnfm-adapter/values.yaml index 96ff778257..0e252ff376 100755 --- a/kubernetes/so/components/so-ve-vnfm-adapter/values.yaml +++ b/kubernetes/so/components/so-ve-vnfm-adapter/values.yaml @@ -20,8 +20,9 @@ global: readinessCheck: wait_for: - - aai - - message-router + services: + - aai + - message-router ################################################################# # Application configuration defaults. |