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

     1  name: "prometheus-grafana"
     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  - name: "prometheus"
    11    generator: "helm"
    12    source: "https://github.com/helm/charts"
    13    method: "git"
    14    path: "stable/prometheus"