Skip to content

Commit a7840b0

Browse files
authored
Update k8s-best-practices-init-containers.adoc
1 parent 0e79f02 commit a7840b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/k8s-best-practices-init-containers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
Init containers can be used for running tools / commands / or any other action that needs to be done before the actual pod is started. For example, loading a database schema, or constructing a config file from a definition passed in via configMap or secret.
55

6-
See link:https://docs.openshift.com/container-platform/4.12/nodes/containers/nodes-containers-init.html[Using init containers to perform tasks before a pod is deployed] for more information.
6+
See link:https://docs.openshift.com/container-platform/latest/nodes/containers/nodes-containers-init.html[Using init containers to perform tasks before a pod is deployed] for more information.
77

0 commit comments

Comments
 (0)