Update instructions in README.MD, adding --namespace arguments into cli. Purpose is to prevent 'secret not found' issue which is possibly cause by division of namespaces for 'cert-manager' and 'cert-manager-webhook-dnspod'
This commit is contained in:
parent
552edb8801
commit
75a28eaa97
@ -15,6 +15,7 @@ Generate API ID and API Token from DNSPod (https://support.dnspod.cn/Kb/showarti
|
||||
|
||||
```console
|
||||
$ helm install --name cert-manager-webhook-dnspod ./deploy/cert-manager-webhook-dnspod \
|
||||
--namespace <NAMESPACE-WHICH-CERT-MANAGER-INSTALLED> \
|
||||
--set groupName=<GROUP_NAME> \
|
||||
--set secrets.apiID=<DNSPOD_API_ID>,secrets.apiToken=<DNSPOD_API_TOKEN> \
|
||||
--set clusterIssuer.enabled=true,clusterIssuer.email=<EMAIL_ADDRESS>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user