From b0df317079a5d85cf9dc28caf85f3d905ed55916 Mon Sep 17 00:00:00 2001 From: Xiao Gui <xgui3783@gmail.com> Date: Tue, 4 Jul 2023 16:47:20 +0200 Subject: [PATCH] doc: add token expiration --- docs/develop/deploy_plugin.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/develop/deploy_plugin.md b/docs/develop/deploy_plugin.md index dee73437b..5303280e2 100644 --- a/docs/develop/deploy_plugin.md +++ b/docs/develop/deploy_plugin.md @@ -151,6 +151,9 @@ done !!! warning The following section only applies if you used _## How (via CLI)_ to deploy your application +!!! info + The `$TOKEN` obtained from OKD GUI expires eventually. You will need to create a service-account. Service account tokens are valid until revoked. + Combining _## How (via CLI)_ and _## Update Deployment_, a continous deployment script might look like ```bash -- GitLab