From 7e3c5c0e4ce778fcb01d3842299235b02e7e186b Mon Sep 17 00:00:00 2001 From: Ilyes Ben Dlala Date: Tue, 18 Feb 2025 12:38:21 +0100 Subject: [PATCH] Insert link for defining environment variables in Kubernetes documentation Signed-off-by: Ilyes Ben Dlala --- documentation/docs/contributing/integrating-a-hook/hook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/contributing/integrating-a-hook/hook.md b/documentation/docs/contributing/integrating-a-hook/hook.md index 19bdd2eafc..542e0c8538 100644 --- a/documentation/docs/contributing/integrating-a-hook/hook.md +++ b/documentation/docs/contributing/integrating-a-hook/hook.md @@ -154,7 +154,7 @@ This is fine because the other parameters are not needed. :::info Maybe you notice that in line 5 ENVs are used. -If you also need ENVs or Volumes see INSERT-LINK-HERE. +If you also need ENVs or Volumes see [Define Environment Variables for a Container | Kubernetes](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) ::: :::info