Skip to content

Commit

Permalink
Add cluster config for opensearch-system-templates test (#5002)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohit Godwani <[email protected]>
  • Loading branch information
mgodwan authored Sep 6, 2024
1 parent 65a5d9c commit c6ab69f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/2.17.0/opensearch-2.17.0-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,6 @@ components:
test-configs:
- with-security
- without-security
additional-cluster-configs:
opensearch.experimental.feature.application_templates.enabled: true
cluster.application_templates.enabled: true
3 changes: 3 additions & 0 deletions manifests/3.0.0/opensearch-3.0.0-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,6 @@ components:
test-configs:
- with-security
- without-security
additional-cluster-configs:
opensearch.experimental.feature.application_templates.enabled: true
cluster.application_templates.enabled: true

0 comments on commit c6ab69f

Please sign in to comment.