github.com/juju/charm/v11@v11.2.0/internal/test-charm-repo/bundle/wordpress-multidoc/bundle.yaml (about)

     1  applications:
     2    wordpress:
     3      charm: ch:wordpress
     4    mysql:
     5      charm: cs:mysql
     6      num_units: 1
     7  relations:
     8    - ["wordpress:db", "mysql:server"]
     9  --- # overlay.yaml
    10  applications:
    11    wordpress:
    12      offers:
    13        offer1:
    14          endpoints:
    15            - "some-endpoint"
    16  --- # overlay2.yaml
    17  applications:
    18    wordpress:
    19      offers:
    20        offer1:
    21          acl:
    22            admin: "admin"
    23            foo: "consume"