github.com/Microsoft/fabrikate@v0.0.0-20190420002442-bff75be28d02/test/fixtures/install-yaml/component.yaml (about)

     1  name: "elasticsearch-fluentd-kibana"
     2  generator: "static"
     3  path: "./manifests"
     4  subcomponents:
     5    - name: "grafana"
     6      generator: "helm"
     7      source: "https://github.com/helm/charts"
     8      method: "git"
     9      path: "stable/grafana"
    10      repositories:
    11        incubator: "https://kubernetes-charts-incubator.storage.googleapis.com/"
    12    - name: "prometheus"
    13      generator: "helm"
    14      source: "https://github.com/helm/charts"
    15      method: "git"
    16      path: "stable/prometheus"