github.com/juju/juju@v0.0.0-20240430160146-1752b71fcf00/tests/suites/deploy/bundles/bundle-with-overlays/easyrsa-etcd.yaml (about)

     1  series: focal
     2  applications:
     3    easyrsa:
     4      charm: easyrsa
     5      scale: 1
     6  ---
     7  series: focal
     8  applications:
     9    easyrsa:
    10      offers:
    11        offer1:
    12          endpoints:
    13          - client
    14          acl:
    15            admin: admin
    16            bar: consume
    17        offer2:
    18          endpoints:
    19          - client
    20  --- # overlay 2
    21  series: jammy
    22  applications:
    23    etcd:
    24      charm: etcd
    25      num_units: 1
    26  relations:
    27    - - etcd:certificates
    28      - easyrsa:client