summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundlek8_tpl/easyrsa.yaml
blob: 87802a0e1061a9e4fc112add38ff5286b54faa2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
    easyrsa:
      charm: "cs:~containers/easyrsa"
      num_units: 1
{% if os.service.bindings %}
      bindings:
        "": *oam-space
{% endif %}
      to:
{% if k8.network.controller == 'ovn' %}
        - "nodes/1"
{% else %}
         - "lxd:nodes/0"
{% endif %}