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

Commit db81a08

Browse files
committed
Add option to disable integrated elasticsearch stack
1 parent ff497e7 commit db81a08

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

persistence/persistence-elastic/Chart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ dependencies:
1212
- name: elasticsearch
1313
version: 7.6.1
1414
repository: https://helm.elastic.co
15+
condition: elasticsearch.enabled
1516
- name: kibana
1617
version: 7.6.1
1718
repository: https://helm.elastic.co
19+
condition: kibana.enabled

persistence/persistence-elastic/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ image:
77
pullPolicy: Always
88

99
elasticsearch:
10+
enabled: true
1011
replicas: 1
1112
minimumMasterNodes: 1
1213
# image: docker.elastic.co/elasticsearch/elasticsearch-oss
1314

1415
kibana:
15-
{}
16+
enabled: true
1617
# image: docker.elastic.co/kibana/kibana-oss
1718

1819
imagePullSecrets: []

0 commit comments

Comments
 (0)