initial commit
This commit is contained in:
11
cert-manager/values.yaml
Normal file
11
cert-manager/values.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
cert-manager:
|
||||
installCRDs: true
|
||||
replicaCount: 3
|
||||
extraArgs:
|
||||
- --dns01-recursive-nameservers=1.1.1.1:53,1.0.0.1:53
|
||||
- --dns01-recursive-nameservers-only
|
||||
podDnsPolicy: None
|
||||
podDnsConfig:
|
||||
nameservers:
|
||||
- "1.1.1.1"
|
||||
- "1.0.0.1"
|
||||
Reference in New Issue
Block a user