Skip to content

Commit

Permalink
document possibility to specify request timeout in plugin generator (#…
Browse files Browse the repository at this point in the history
…17872)

Signed-off-by: isihu <62214125+isihu@users.noreply.github.com>
  • Loading branch information
isihu committed Apr 17, 2024
1 parent 74805d5 commit 60f3332
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/operator-manual/applicationset/Generators-Plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ metadata:
data:
token: "$plugin.myplugin.token" # Alternatively $<some_K8S_secret>: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

Expand Down

0 comments on commit 60f3332

Please sign in to comment.