summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundlek8_tpl/easyrsa.yaml
blob: ea46e4242b053454da24d86eb606010b9eb6d9f8 (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:
        "": internal-api
{% endif %}
      to:
{% if k8.network.controller == 'ovn' %}
        - "nodes/1"
{% else %}
         - "lxd:nodes/0"
{% endif %}