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
|
|
@ -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