We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdc7c01 + 9c5e0e6 commit 93b2a18Copy full SHA for 93b2a18
modules/cert-manager-proxy-support.adoc
@@ -33,7 +33,7 @@ $ oc label cm trusted-ca config.openshift.io/inject-trusted-cabundle=true -n cer
33
+
34
[source,terminal]
35
----
36
-$ oc -n cert-manager-operator patch subscription cert-manager-operator --type='merge' -p '{"spec":{"config":{"env":[{"name":"TRUSTED_CA_CONFIGMAP_NAME","value":"trusted-ca"}]}}}'
+$ oc -n cert-manager-operator patch subscription openshift-cert-manager-operator --type='merge' -p '{"spec":{"config":{"env":[{"name":"TRUSTED_CA_CONFIGMAP_NAME","value":"trusted-ca"}]}}}'
37
38
39
.Verification
0 commit comments