From 5e21066c8290072b74c370250be19b62c009c136 Mon Sep 17 00:00:00 2001 From: Sheldon Hull Date: Sat, 8 Jun 2024 00:32:41 +0000 Subject: [PATCH] docs: add link to the alternative TLD information fixes #119 thanks to @tosta-mista --- docs/configure.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configure.md b/docs/configure.md index d202dc2..a12243d 100644 --- a/docs/configure.md +++ b/docs/configure.md @@ -26,6 +26,9 @@ The configuration requires a JSON formatted list of Client Credential and Tenant The name of the credential (such as `app1` or `default`) is used for matching the annontated credential to the right credentials file to use to connect to the connect tenant. +> [!WARNING] +> If you have a different top level domain, for example `eu` instead of `.com` then look at the [section on supporting alternative tld for guidance](troubleshooting.md#supporting-alternative-tld). + You can place your temporary config in `.cache/credentials.json` as this is ignored by git, so that you can run the helm install command manually if you aren't doing local development.