Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
adding prometheus operator docs and links
Browse files Browse the repository at this point in the history
  • Loading branch information
salaboy committed Jan 18, 2020
1 parent 27a959e commit d16c1a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ This functionality is in beta and is subject to change. The design and code is l
This chart currently depends on the following charts:
- [ElasticSearch Helm Chart](https://github.com/elastic/helm-charts/blob/master/elasticsearch/README.md)
- [Kibana Helm Chart](https://github.com/elastic/helm-charts/tree/master/kibana)
- [Prometheus Operator Helm Chart](https://github.com/helm/charts/tree/master/stable/prometheus-operator)

These dependencies can be turned on or off and parameters can be overriden from these dependent charts by changing the `values.yaml` file. For example:
```
Expand Down
2 changes: 1 addition & 1 deletion zeebe-cluster/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies:
- name: prometheus-operator
repository: https://kubernetes-charts.storage.googleapis.com/
version: 8.5.11
condition: "prometheus.enabled"
condition: "prometheus-operator.enabled"

0 comments on commit d16c1a0

Please sign in to comment.