You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2023. It is now read-only.
[elasticsearch] add value to disable tests (#1116) (#1342)
* [elasticsearch] add value to disable tests
Signed-off-by: nflaig <[email protected]>
* [elasticsearch] add condition to not print test command when the test is disabled
Signed-off-by: nflaig <[email protected]>
Co-authored-by: Julien Mailleret <[email protected]>
Co-authored-by: Nico Flaig <[email protected]>
Copy file name to clipboardExpand all lines: elasticsearch/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,7 @@ support multiple versions with minimal changes.
174
174
|`sysctlInitContainer`| Allows you to disable the `sysctlInitContainer` if you are setting [sysctl vm.max_map_count][] with another method |`enabled: true`|
175
175
|`sysctlVmMaxMapCount`| Sets the [sysctl vm.max_map_count][] needed for Elasticsearch |`262144`|
176
176
|`terminationGracePeriod`| The [terminationGracePeriod][] in seconds used when trying to stop the pod |`120`|
177
+
|`tests.enabled`| Enable creating test related resources when running `helm template` or `helm test`|`true`|
|`transportPort`| The transport port that Kubernetes will use for the service. If you change this you will also need to set [transport port configuration][] in `extraEnvs`|`9300`|
179
180
|`updateStrategy`| The [updateStrategy][] for the StatefulSet. By default Kubernetes will wait for the cluster to be green after upgrading each pod. Setting this to `OnDelete` will allow you to manually delete each pod during upgrades |`RollingUpdate`|
0 commit comments