소스 검색

Intendation dns webhook

Simon Kaiser 3 년 전
부모
커밋
27ee0d681e
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 8
    8
      gitops-kaisers-info/templates/letsencrypt.yaml

+ 8
- 8
gitops-kaisers-info/templates/letsencrypt.yaml 파일 보기

@@ -11,14 +11,14 @@ spec:
11 11
     server: "https://acme-staging-v02.api.letsencrypt.org/directory"
12 12
     solvers:
13 13
       - dns01:
14
-        webhook:
15
-          # This group needs to be configured when installing the helm package, otherwise the webhook won't have permission to create an ACME challenge for this API group.
16
-          groupName: acme.yourdomain.tld
17
-          solverName: hetzner
18
-          config:
19
-            secretName: hetzner-secret
20
-            zoneName: kaisers.info # (Optional): When not provided the Zone will searched in Hetzner API by recursion on full domain name
21
-            apiUrl: https://dns.hetzner.com/api/v1
14
+          webhook:
15
+            # This group needs to be configured when installing the helm package, otherwise the webhook won't have permission to create an ACME challenge for this API group.
16
+            groupName: acme.yourdomain.tld
17
+            solverName: hetzner
18
+            config:
19
+              secretName: hetzner-secret
20
+              zoneName: kaisers.info # (Optional): When not provided the Zone will searched in Hetzner API by recursion on full domain name
21
+              apiUrl: https://dns.hetzner.com/api/v1
22 22
 ---
23 23
 apiVersion: cert-manager.io/v1
24 24
 kind: ClusterIssuer