Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit b06b6bb

Browse files
committed
Add comments about elasticsearch and kibana subchart config
1 parent 725b6b8 commit b06b6bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

persistence/persistence-elastic/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ authentication:
2222
id: null
2323
key: null
2424

25+
# Configures included Elasticsearch subchart
2526
elasticsearch:
2627
enabled: true
2728
replicas: 1
2829
minimumMasterNodes: 1
2930
# image: docker.elastic.co/elasticsearch/elasticsearch-oss
3031

32+
# Configures included Elasticsearch subchart
3133
kibana:
3234
enabled: true
3335
# image: docker.elastic.co/kibana/kibana-oss

0 commit comments

Comments
 (0)