Merge pull request #8 from harvey103565/readme-renew

Update instructions in README, adding --namespace arguments into cli.
This commit is contained in:
Hanfei Shen 2020-09-06 12:44:16 +08:00 committed by GitHub
commit fadb85f3db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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