diff --git a/modules/customize-certificates-replace-default-router.adoc b/modules/customize-certificates-replace-default-router.adoc index fde7542e7ecc..af920d0d6280 100644 --- a/modules/customize-certificates-replace-default-router.adoc +++ b/modules/customize-certificates-replace-default-router.adoc @@ -76,3 +76,8 @@ $ oc patch ingresscontroller.operator default \ ---- <1> Replace `` with the name used for the secret in the previous step. ++ +[NOTE] +==== +You must update the name of the secret if you want the Ingress Operator to perform a rolling update of the router pods. Only updating the secret's contents will not trigger a rolling update because the kubelet automatically propogates changes to the secret in the volume mount. For more information, see this link:https://access.redhat.com/solutions/4542531[Red Hat Knowledgebase Solution]. +====