Start working on OVH webhook
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3e04f58491
commit
1a4012e42d
1 changed files with 18 additions and 0 deletions
|
|
@ -48,6 +48,24 @@
|
|||
# - false
|
||||
- cert_manager_issuer is defined
|
||||
|
||||
- name: Install OVH webhook
|
||||
block:
|
||||
- name: Git clone stable repo on HEAD
|
||||
ansible.builtin.git:
|
||||
repo: "https://github.com/baarde/cert-manager-webhook-ovh.git"
|
||||
dest: /tmp/cert-manager-webhook-ovh
|
||||
|
||||
- name: Deploy Grafana chart from local path
|
||||
community.kubernetes.helm:
|
||||
state: present
|
||||
name: cert-manager-webhook-ovh
|
||||
chart_ref: /tmp/cert-manager-webhook-ovh/deploy/cert-manager-webhook-ovh
|
||||
release_namespace: "{{ cert_manager_namespace }}"
|
||||
|
||||
when:
|
||||
- false
|
||||
- cert_manager_issuer.[].provider == "ovh"
|
||||
|
||||
tags: cert-manager
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue