github.com/microsoft/fabrikate@v1.0.0-alpha.1.0.20210115014322-dc09194d0885/testdata/install/infra/component.json (about)

     1  {
     2      "name": "infra",
     3      "subcomponents": [
     4          {
     5              "name": "efk",
     6              "method": "git",
     7              "source": "https://github.com/timfpark/fabrikate-elasticsearch-fluentd-kibana",
     8              "branch": "master"
     9          },
    10          {
    11              "name": "elasticsearch",
    12              "generator": "helm",
    13              "source": "https://github.com/helm/charts",
    14              "method": "git",
    15              "path": "stable/elasticsearch",
    16              "version": "b23ce6af309bfe25d4d485e85b66ce63475070d7"
    17          }
    18      ]
    19  }