github.com/ablease/cli@v6.37.1-0.20180613014814-3adbb7d7fb19+incompatible/fixtures/manifests/merge-manifest.yml (about)

     1  ---
     2  app_types:
     3    app_a: &APP_A
     4      memory: 256mb
     5      instances: 1
     6  
     7  applications:
     8  - name: blue
     9    <<: *APP_A
    10  - name: green
    11    <<: *APP_A
    12  - name: big-blue
    13    <<: *APP_A
    14    instances: 3