diff options
-rw-r--r-- | TOSCA/Helm/onap-blueprint.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TOSCA/Helm/onap-blueprint.yaml b/TOSCA/Helm/onap-blueprint.yaml index fdd6093226..3ac76fa8b1 100644 --- a/TOSCA/Helm/onap-blueprint.yaml +++ b/TOSCA/Helm/onap-blueprint.yaml @@ -338,12 +338,12 @@ node_templates: - type: cloudify.relationships.connected_to target: k8s_env - mock: + sniro-emulator: type: cloudify.nodes.Helm properties: args: - { get_input: namespace } - - mock + - sniro-emulator relationships: - type: cloudify.relationships.connected_to - target: k8s_env
\ No newline at end of file + target: k8s_env |