Skip to content

Commit a76cc64

Browse files
committed
Fix broken link for stale CSR clean up in garbage-collection.md
1 parent df12f23 commit a76cc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/architecture/garbage-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ allows the clean up of resources like the following:
1313
* [Objects without owner references](#owners-dependents)
1414
* [Unused containers and container images](#containers-images)
1515
* [Dynamically provisioned PersistentVolumes with a StorageClass reclaim policy of Delete](/docs/concepts/storage/persistent-volumes/#delete)
16-
* [Stale or expired CertificateSigningRequests (CSRs)](/reference/access-authn-authz/certificate-signing-requests/#request-signing-process)
16+
* [Stale or expired CertificateSigningRequests (CSRs)](/docs/reference/access-authn-authz/certificate-signing-requests/#request-signing-process)
1717
* {{<glossary_tooltip text="Nodes" term_id="node">}} deleted in the following scenarios:
1818
* On a cloud when the cluster uses a [cloud controller manager](/docs/concepts/architecture/cloud-controller/)
1919
* On-premises when the cluster uses an addon similar to a cloud controller

0 commit comments

Comments
 (0)