Add selfsigned clusterissuer
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adrien Reslinger 2021-11-26 08:44:58 +01:00
parent 6d9b2c182d
commit 928566923a
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -23,7 +23,7 @@
- --dns01-recursive-nameservers=8.8.8.8:53,1.1.1.1:53
- name: Create Secret object for API Key authentification
k8s:
kubernetes.core.k8s:
state: present
context: "{{ my_context }}"
apply: true
@ -36,8 +36,21 @@
# Tempo ici
- name: Define SelfSigned ClusterIssuer
kubernetes.core.k8s:
state: present
context: "{{ my_context }}"
# namespace: "cert-manager"
definition:
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: selfsigned
spec:
selfSigned: {}
- name: Defined ClusterIssuers
k8s:
kubernetes.core.k8s:
state: present
context: "{{ my_context }}"
apply: true
@ -76,7 +89,7 @@
# - item.provider == "ovh"
- name: OVH WebHook dependency
k8s:
kubernetes.core.k8s:
state: present
context: "{{ my_context }}"
apply: true