Skip to content

Commit

Permalink
Add kibana values
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek committed May 15, 2022
1 parent 5991f64 commit bcf2b7d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/eck-custom-resources-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ maintainers:
email: [email protected]
url: https://github.com/xco-sk
type: application
version: 0.2.1
version: 0.2.2
appVersion: 0.1.0
21 changes: 19 additions & 2 deletions charts/eck-custom-resources-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ metrics:

# Configuration of Elasticsearch cluster to which the Custom resources are deployed
elasticsearch:
# -- Url for Elasticsearch
# -- Url of Elasticsearch
url: https://quickstart-es-http:9200
certificate:
# -- Name of the Secret containing certificate used for communication with Elasticsearch
Expand All @@ -123,7 +123,24 @@ elasticsearch:
authentication:
# Configuration of secret containing authentication information
usernamePasswordSecret:
# -- Name of the Secret containing password for user that is used to manage deployed resources. Should be in `username: password` format.
# -- Name of the Secret containing password for user that is used to manage deployed resources. Should be in the `username: password` format.
secretName: quickstart-es-elastic-user
# -- Username of user that is used to manage deployed resources
userName: elastic

# Configuration of Kibana to which the Custom resources are deployed
kibana:
# -- Url of Kibana
url: https://quickstart-kb-http:5601
certificate:
# -- Name of the Secret containing certificate used for communication with Kibana
secretName: quickstart-kb-http-certs-public
# -- Key in Secret that contain the PEM-encoded certificate
certificateKey: ca.crt
authentication:
# Configuration of secret containing authentication information
usernamePasswordSecret:
# -- Name of the Secret containing password for user that is used to manage deployed resources. Should be in the `username: password` format.
secretName: quickstart-es-elastic-user
# -- Username of user that is used to manage deployed resources
userName: elastic

0 comments on commit bcf2b7d

Please sign in to comment.