We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3b9bc commit 116c7eeCopy full SHA for 116c7ee
1 file changed
src/cert-manager/README.md
@@ -32,7 +32,7 @@ oc apply -f cert-manager.yaml
32
Once that is done, create a client secret with your Azure client secret
33
34
```bash
35
-oc create secret generic azuredns-config --from-literal=client-secret="B.y7Q~O-zBR8q~GC-ZoIsBVmGlxNzRgHQEiVK"
+oc create secret generic azuredns-config --from-literal=client-secret="<ClientIdSecret>"
36
```
37
38
Now edit the letsencrypt.yaml and make sure it reflects your DNS zone, resource group, subscription, tenant, etc. Once done, apply it.
0 commit comments