Skip to content

Commit 480163b

Browse files
test(smoke): Fix assertion
1 parent c999960 commit 480163b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/templates/kuttl/smoke/11-assert.yaml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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' %}

0 commit comments

Comments
 (0)