Work on OVH provider
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adrien Reslinger 2021-03-16 20:49:19 +01:00
parent 895fbff2fe
commit 2451ae0d2f
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
5 changed files with 48 additions and 4 deletions

View file

@ -10,5 +10,5 @@ data:
{% elif item.provider == "route53" %}
secret-access-key: "{{ lookup('hashi_vault', 'secret=clusters/route53:secret-access-key') | b64encode }}"
{% elif item.provider == "ovh" %}
applicationSecret='4YHU8g4zsg7Id'
applicationSecret='{{ cert_manager_issuer.applicationSecret | b64encode }}'
{% endif %}