Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose Elasticsearch Observation Interval in Helm Chart #5988

Closed
naemono opened this issue Aug 31, 2022 · 0 comments · Fixed by #5989
Closed

Expose Elasticsearch Observation Interval in Helm Chart #5988

naemono opened this issue Aug 31, 2022 · 0 comments · Fixed by #5989
Assignees
Labels
>enhancement Enhancement of existing functionality

Comments

@naemono
Copy link
Contributor

naemono commented Aug 31, 2022

relates to #5861

./bin/elastic-operator manager -h | grep observation
      --elasticsearch-observation-interval duration   Interval between observations of Elasticsearch health, non-positive values disable asynchronous observation (default 10s)

The above is a valid operator flag, but is not exposed within the config section of the values.yaml, and as such can only be adjusted via environment variable using the Helm Chart.

We should add:

Default value in values.yaml

config:
  elasticsearchObservationInterval: 10s

Section in templates/configmap.yaml

data:
  eck.yaml: |-
    elasticsearch-observation-interval: {{ .Values.config.elasticsearchObservationInterval }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement Enhancement of existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant