File tree Expand file tree Collapse file tree
tests/templates/kuttl/smoke Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -741,6 +741,7 @@ data:
741741 network.host: "0.0.0.0"
742742 node.attr.role-group: "cluster-manager"
743743 node.store.allow_mmap: "false"
744+ path.logs: "/stackable/log/opensearch"
744745 plugins.security.allow_default_init_securityindex: "true"
745746 plugins.security.nodes_dn: ["CN=generated certificate for pod"]
746747{% if test_scenario ['values' ]['server-use-tls' ] == 'true' %}
@@ -781,6 +782,7 @@ data:
781782 network.host: "0.0.0.0"
782783 node.attr.role-group: "data"
783784 node.store.allow_mmap: "false"
785+ path.logs: "/stackable/log/opensearch"
784786 plugins.security.allow_default_init_securityindex: "true"
785787 plugins.security.nodes_dn: ["CN=generated certificate for pod"]
786788{% if test_scenario ['values' ]['server-use-tls' ] == 'true' %}
You can’t perform that action at this time.
0 commit comments