From dc78b676c422bce4c9189394734549ed1b878193 Mon Sep 17 00:00:00 2001 From: Yoshiki Fujikane Date: Tue, 3 Sep 2024 12:15:16 +0900 Subject: [PATCH] Remove jq from v0.46.x, v0.47.x Signed-off-by: Yoshiki Fujikane --- .../managing-application/customizing-deployment/script-run.md | 1 - .../managing-application/customizing-deployment/script-run.md | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/content/en/docs-v0.46.x/user-guide/managing-application/customizing-deployment/script-run.md b/docs/content/en/docs-v0.46.x/user-guide/managing-application/customizing-deployment/script-run.md index 32d02c80b9..af24956a90 100644 --- a/docs/content/en/docs-v0.46.x/user-guide/managing-application/customizing-deployment/script-run.md +++ b/docs/content/en/docs-v0.46.x/user-guide/managing-application/customizing-deployment/script-run.md @@ -86,7 +86,6 @@ Currently, you can use the commands which are installed in the environment for t For example, If you are using the container platform and the offcial piped container image, you can use the command below. - git - ssh -- jq - curl - and the builtin commands installed in the base image. diff --git a/docs/content/en/docs-v0.47.x/user-guide/managing-application/customizing-deployment/script-run.md b/docs/content/en/docs-v0.47.x/user-guide/managing-application/customizing-deployment/script-run.md index 32d02c80b9..af24956a90 100644 --- a/docs/content/en/docs-v0.47.x/user-guide/managing-application/customizing-deployment/script-run.md +++ b/docs/content/en/docs-v0.47.x/user-guide/managing-application/customizing-deployment/script-run.md @@ -86,7 +86,6 @@ Currently, you can use the commands which are installed in the environment for t For example, If you are using the container platform and the offcial piped container image, you can use the command below. - git - ssh -- jq - curl - and the builtin commands installed in the base image.