github.com/juju/charm/v11@v11.2.0/internal/test-charm-repo/quantal/bad-bases/metadata.yaml (about)

     1  name: a
     2  summary: b
     3  description: c
     4  platforms:
     5    - kubernetes
     6  bases:
     7    - name: ubuntu
     8      channel: 18.04/stable
     9  containers:
    10    foo:
    11      resource: test-os
    12      mounts:
    13        - storage: a
    14          location: /b/
    15  resources:
    16    test-os:
    17      type: oci-image
    18  storage:
    19    a:
    20      type: filesystem