From 687034dbe8cd83ff5ad85caf7d21aa0ef2bf89a1 Mon Sep 17 00:00:00 2001 From: Tom Martensen Date: Tue, 9 Jun 2026 13:29:12 +0200 Subject: [PATCH] Update PR comment script with INFRA_TOKEN export instructions Added instructions for obtaining INFRA_TOKEN for dev environment. --- scripts/add-PR-comment-for-deploy-to-dev.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/add-PR-comment-for-deploy-to-dev.sh b/scripts/add-PR-comment-for-deploy-to-dev.sh index 9a3ebd926..f310150e2 100755 --- a/scripts/add-PR-comment-for-deploy-to-dev.sh +++ b/scripts/add-PR-comment-for-deploy-to-dev.sh @@ -37,6 +37,8 @@ nohup kubectl -n infra port-forward svc/infra-server-service 8443:8443 & make pull-infractl-from-dev-server \`\`\` +:unlock: You must go to `https://localhost:8443/downloads` to export an `INFRA_TOKEN`. Your token from the prod infra instance will not work with dev environments. + :bike: You can then **use** the dev infra instance e.g.: \`\`\` bin/infractl -k -e localhost:8443 whoami