github.com/microsoft/fabrikate@v1.0.0-alpha.1.0.20210115014322-dc09194d0885/testdata/generate-disabled/component.yaml (about)

     1  name: disabled-stack
     2  type: component
     3  subcomponents:
     4   - name: pod-info
     5     type: helm
     6     method: git
     7     source: https://github.com/stefanprodan/podinfo
     8     path: charts/podinfo
     9   - name: mysql
    10     type: helm
    11     method: git
    12     source: https://github.com/helm/charts
    13     path: stable/mysql
    14   - name: bookinfo # Istio BookInfo application - wrapped in Fabrikate component
    15     source: https://github.com/microsoft/fabrikate-definitions.git
    16     path: definitions/fabrikate-bookinfo
    17     method: git
    18