blob: afc1ea41a7c3e7d9edae03bfa9c0b7a858a0a9b2 [file] [log] [blame]
giolekvaf15d5a32021-11-06 16:42:58 +04001apiVersion: cert-manager.io/v1
giolekva01a6b792021-11-11 19:01:17 +04002kind: Issuer
giolekvaf15d5a32021-11-06 16:42:58 +04003metadata:
Giorgi Lekveishvili12850ee2023-06-22 13:11:17 +04004 name: {{ .Values.issuer.name }}
giolekvaf15d5a32021-11-06 16:42:58 +04005 namespace: {{ .Release.Namespace }}
6spec:
giolekva01a6b792021-11-11 19:01:17 +04007 acme:
Giorgi Lekveishvili12850ee2023-06-22 13:11:17 +04008 server: {{ .Values.issuer.server }}
9 email: {{ .Values.issuer.contactEmail }}
giolekva01a6b792021-11-11 19:01:17 +040010 privateKeySecretRef:
Giorgi Lekveishvili12850ee2023-06-22 13:11:17 +040011 name: issuer-{{ .Values.issuer.name }}-account-key
giolekva01a6b792021-11-11 19:01:17 +040012 solvers:
13 - dns01:
14 webhook:
15 groupName: acme.bwolf.me
16 solverName: gandi
17 config:
18 apiKeySecretRef:
19 key: api-token
20 name: gandi-credentials