Skip to content

Commit

Permalink
disable test for elastic
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Dec 16, 2024
1 parent b44b5a7 commit 92d230d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` | |
Expand Down
2 changes: 2 additions & 0 deletions helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92d230d

Please sign in to comment.