Skip to content

Commit 93b2a18

Browse files
Merge pull request #61748 from xenolinux/suscription-name
OSDOCS#6645: Update the cert-manager subscription name
2 parents cdc7c01 + 9c5e0e6 commit 93b2a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cert-manager-proxy-support.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $ oc label cm trusted-ca config.openshift.io/inject-trusted-cabundle=true -n cer
3333
+
3434
[source,terminal]
3535
----
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"}]}}}'
36+
$ 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"}]}}}'
3737
----
3838

3939
.Verification

0 commit comments

Comments
 (0)