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

Commit 63fe550

Browse files
committed
Improve default values
1 parent 989fa23 commit 63fe550

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

helm/kubernetes-elastic-stack-elastic-logging/requirements.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ dependencies:
1414
repository: https://giantswarm.github.com/sample-catalog
1515
condition: kibana.enabled
1616

17-
# - name: keycloak-gatekeeper
18-
# version: "1.1.1-3"
19-
# repository: https://giantswarm.github.com/sample-catalog
20-
# condition: keycloak-gatekeeper.enabled
17+
- name: keycloak-gatekeeper
18+
version: "1.1.1-3"
19+
repository: https://giantswarm.github.com/sample-catalog
20+
condition: keycloak-gatekeeper.enabled
2121

2222
- name: elasticsearch-exporter
2323
version: "0.1.0"
@@ -28,4 +28,3 @@ dependencies:
2828
version: "2.0.3"
2929
repository: https://giantswarm.github.com/sample-catalog
3030
condition: elasticsearch-curator.enabled
31-

helm/kubernetes-elastic-stack-elastic-logging/values.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kibana:
77
# for options see https://github.com/giantswarm/helm-kibana
88

99
keycloak-gatekeeper:
10-
enabled: true
10+
enabled: false
1111
# for options see https://github.com/giantswarm/helm-keycloak-gatekeeper
1212

1313
fluentd-elasticsearch:
@@ -17,3 +17,7 @@ fluentd-elasticsearch:
1717
elasticsearch-exporter:
1818
enabled: true
1919
# for options see https://github.com/helm/charts/tree/master/stable/elasticsearch-exporter
20+
21+
elasticsearch-curator:
22+
enabled: true
23+
# for options see https://github.com/helm/charts/tree/master/stable/elasticsearch-exporter

0 commit comments

Comments
 (0)