Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
[docs]: update example descriptions (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlouie authored Jul 12, 2019
1 parent 985612c commit ffc0c63
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/component.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,16 @@ specification of a component with the following schema:

### Prometheus Grafana

This [component specification](https://github.com/timfpark/fabrikate-prometheus-grafana) generates static manifests for the `grafana` and `prometheus` namespaces and then remotely sources two helm charts for prometheus and grafana respectively.
This [component specification](https://github.com/timfpark/fabrikate-prometheus-grafana)
generates static manifests for the `grafana` and `prometheus` namespaces and
then remotely sources two helm charts for prometheus and grafana respectively.

Grafana is sourced via `method: git`, so the entire repository is cloned and the
`path` is utilized to point to the location of the helm chart.

Prometheus is sourced via `method: helm`, so the incubator repo noted in
`source` is temporarily added to the hosts helm client and the chart noted in
`path` is `helm fetch`d from the `source` repo.

```yaml
name: "prometheus-grafana"
Expand Down

0 comments on commit ffc0c63

Please sign in to comment.