diff --git a/templates/510_init-daemons-ngcp.yaml.tt2 b/templates/510_init-daemons-ngcp.yaml.tt2 index b0a8ab5..3e18733 100644 --- a/templates/510_init-daemons-ngcp.yaml.tt2 +++ b/templates/510_init-daemons-ngcp.yaml.tt2 @@ -170,15 +170,9 @@ service: enabled: false running: true [% END -%] -[% IF elasticsearch.enable == 'yes' -%] - - elasticsearch: - enabled: true - running: [% (is_db || is_mgmt) ? 'true' : 'false' %] -[% END -%] [% IF general.license_key != '' -%] ngcp-license-client: enabled: true running: true -[% END -%] \ No newline at end of file +[% END -%]