Skip to content

Commit

Permalink
Merge pull request #116 from xingxingxia/fix-doc
Browse files Browse the repository at this point in the history
Fix proxy.md
  • Loading branch information
openshift-merge-robot committed Jun 30, 2023
2 parents ca0b1ed + bed91d0 commit 65714ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Follow the instructions below to let Cert Manager Operator trust a custom Certif

2. Consume the created configmap in Cert Manager Operator's deployment by updating its subscription:

```bash
oc -n cert-manager-operator patch subscription cert-manager-operator --type='merge' -p '{"spec":{"config":{"env":[{"name":"TRUSTED_CA_CONFIGMAP_NAME","value":"trusted-ca"}]}}}'
```
```bash
oc -n cert-manager-operator patch subscription <subscription_name> --type='merge' -p '{"spec":{"config":{"env":[{"name":"TRUSTED_CA_CONFIGMAP_NAME","value":"trusted-ca"}]}}}'
```

_Note_: Alternatively, you can also patch the `cert-manager-operator-controller-manager` deployment in the `cert-manager-operator` namespace.
`bash
Expand Down

0 comments on commit 65714ee

Please sign in to comment.