diff upstream/kustomization.yaml @ 33:48b4ebc37636

dns issuer, plus digitalocean workaround
author drewp@bigasterisk.com
date Wed, 21 Jun 2023 22:59:12 -0700
parents 41b47733baf8
children 6f8a6ccb2407
line wrap: on
line diff
--- a/upstream/kustomization.yaml	Wed Jun 21 22:57:20 2023 -0700
+++ b/upstream/kustomization.yaml	Wed Jun 21 22:59:12 2023 -0700
@@ -13,3 +13,16 @@
 #       - op: add
 #         path: /spec/template/spec/containers/0/args/-
 #         value: "--debug"
+
+  # fix for a digitalocean/dns issue https://github.com/cert-manager/cert-manager/issues/2485#issuecomment-1167314615
+  - target:
+      kind: Deployment
+      name: cert-manager
+      namespace: cert-manager
+    patch: |-
+      - op: add
+        path: /spec/template/spec/containers/0/args/-
+        value: "--dns01-recursive-nameservers-only"
+      - op: add
+        path: /spec/template/spec/containers/0/args/-
+        value: "--dns01-recursive-nameservers=8.8.8.8:53,1.1.1.1:53"
\ No newline at end of file