Skip to content

Commit a734f69

Browse files
committed
fix rendering
1 parent 846ccde commit a734f69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/concepts/pages/operations/temporary_credentials_lifetime.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ However, it's much quicker to check at what point of time your Pods will be rest
7474

7575
Pods are not restarted "randomly" by Stackable operators, but in a predicable manner.
7676
When a temporary credential is added to a Pod, an annotation is added as well.
77-
It starts with `restarter.stackable.tech/expires-at.` and instructs the xref:commons-operator/restarter.adoc[restart-controller] to restart the Pod once the specified point in time is reached.
77+
It starts with `restarter.stackable.tech/expires-at.` and instructs the xref:commons-operator:restarter.adoc[restart-controller] to restart the Pod once the specified point in time is reached.
7878

7979
Given the following Pod
8080

@@ -87,6 +87,6 @@ metadata:
8787
restarter.stackable.tech/expires-at.ea77192c1184326d33e8ee32cfe921ea: "2024-12-05T15:49:10.043722965+00:00"
8888
----
8989

90-
You can always determine the instant the Pod will be restarted by the xref:commons-operator/restarter.adoc[restart-controller] by taking the earliest timestamp, `2024-12-05T14:03:47.131570189+00:00` in this case.
90+
You can always determine the instant the Pod will be restarted by the xref:commons-operator:restarter.adoc[restart-controller] by taking the earliest timestamp, `2024-12-05T14:03:47.131570189+00:00` in this case.
9191

9292
You can use this timestamp to check if your changes have been applied as intended.

0 commit comments

Comments
 (0)