fix(cert-manager): force external DNS resolvers for DNS01 challenges
This commit is contained in:
parent
fc15d2af69
commit
d24b2b0743
2 changed files with 10 additions and 0 deletions
4
apps/cert-manager/overlays/system/deployment.patch.yaml
Normal file
4
apps/cert-manager/overlays/system/deployment.patch.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
- op: add
|
||||
path: /spec/template/spec/containers/0/args/-
|
||||
value: '--dns01-recursive-nameservers=8.8.8.8:53,1.1.1.1:53'
|
||||
|
||||
|
|
@ -3,3 +3,9 @@ kind: Kustomization
|
|||
resources:
|
||||
- ../../base
|
||||
- ./clusterissuer.yaml
|
||||
|
||||
patches:
|
||||
- path: ./deployment.patch.yaml
|
||||
target:
|
||||
kind: Deployment
|
||||
name: cert-manager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue