From 92d230d0644825ecdfb4bdce358f631345703aea Mon Sep 17 00:00:00 2001 From: pmacius Date: Mon, 16 Dec 2024 19:03:43 +0100 Subject: [PATCH] disable test for elastic --- helm/alfresco-content-services/README.md | 1 + helm/alfresco-content-services/values.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index dac6cc07e..b6b34ffba 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -257,6 +257,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | elasticsearch-audit.protocol | string | `"http"` | | | elasticsearch-audit.replicas | int | `1` | | | elasticsearch-audit.secret | object | `{"enabled":false}` | Disabled to use the password produced by the umbrella chart | +| elasticsearch-audit.tests.enabled | bool | `false` | | | elasticsearch.clusterHealthCheckParams | string | `"wait_for_status=yellow&timeout=1s"` | | | elasticsearch.enabled | bool | `true` | Enables the embedded elasticsearch cluster | | elasticsearch.extraEnvs[0].name | string | `"ELASTIC_USERNAME"` | | diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index 21d9d6200..a28e0986b 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -596,6 +596,8 @@ elasticsearch-audit: secretKeyRef: name: *aas_elasticsearch_secretName key: password + tests: + enabled: false ingress: # -- toggle deploying elasticsearch-audit ingress for more details about configuration check # https://github.com/elastic/helm-charts/blob/main/elasticsearch/values.yaml#L255