This commit is contained in:
parent
895fbff2fe
commit
2451ae0d2f
5 changed files with 48 additions and 4 deletions
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
|
|
@ -31,14 +32,14 @@ spec:
|
|||
key: secret-access-key
|
||||
{% elif i.provider == "ovh" %}
|
||||
webhook:
|
||||
groupName: 'acme.example.io'
|
||||
groupName: '{{ i.consumerKey }}'
|
||||
solverName: ovh
|
||||
config:
|
||||
endpoint: ovh-eu
|
||||
applicationKey: 'qdhYTYsd546Ssg5'
|
||||
applicationKey: '{{ i.applicationKey }}'
|
||||
applicationSecretRef:
|
||||
name: ovh-api-key
|
||||
key: applicationSecret
|
||||
consumerKey: 'vjdshGFDGShjusqqee4543dsjfndsjgf'
|
||||
consumerKey: '{{ i.consumerKey }}'
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue