Skip to content

Commit

Permalink
Merge pull request #82 from cloud-pi-native/fix/cert-manager-crds
Browse files Browse the repository at this point in the history
fix: 🚑 Correctif cert-manager sur récupération des CRDS
  • Loading branch information
this-is-tobi authored Nov 9, 2023
2 parents c48f2c5 + c77e78b commit 40cefc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/cert-manager/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
# Recommandé en production.
# Voir : https://cert-manager.io/docs/installation/helm
- name: Download cert-manager CRDs
ansible.builtin.get_url:
ansible.builtin.uri:
url: https://github.com/cert-manager/cert-manager/releases/download/{{ dsc.certmanager.chartVersion }}/cert-manager.crds.yaml
return_content: true
register: cert_manager_crds


- name: Apply CRDs
kubernetes.core.k8s:
state: present
Expand Down

0 comments on commit 40cefc3

Please sign in to comment.