From 60f3332568913982c7ea273c050068c9c08286af Mon Sep 17 00:00:00 2001 From: isihu <62214125+isihu@users.noreply.github.com> Date: Wed, 17 Apr 2024 16:22:14 +0200 Subject: [PATCH] document possibility to specify request timeout in plugin generator (#17872) Signed-off-by: isihu <62214125+isihu@users.noreply.github.com> --- docs/operator-manual/applicationset/Generators-Plugin.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/operator-manual/applicationset/Generators-Plugin.md b/docs/operator-manual/applicationset/Generators-Plugin.md index d0888b9949b8e..13e7bcdb01f36 100644 --- a/docs/operator-manual/applicationset/Generators-Plugin.md +++ b/docs/operator-manual/applicationset/Generators-Plugin.md @@ -77,10 +77,12 @@ metadata: data: token: "$plugin.myplugin.token" # Alternatively $:plugin.myplugin.token baseUrl: "http://myplugin.plugin-ns.svc.cluster.local." + requestTimeout: "60" ``` - `token`: Pre-shared token used to authenticate HTTP request (points to the right key you created in the `argocd-secret` Secret) - `baseUrl`: BaseUrl of the k8s service exposing your plugin in the cluster. +- `requestTimeout`: Timeout of the request to the plugin in seconds (default: 30) ### Store credentials