From 5ba6da17e72c865d0a3a0402c0e6da99b4c8ac2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Gon=C3=A7alves?= Date: Fri, 26 Apr 2024 11:56:38 +0200 Subject: [PATCH] Add new examples on helm configuration --- docs/configure.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/configure.md b/docs/configure.md index d202dc2..6d8e786 100644 --- a/docs/configure.md +++ b/docs/configure.md @@ -26,6 +26,8 @@ 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. +By default, the `tld` is set to `.com` but you can change it by changing `tld` field to `eu` (for example: `"tld": "eu"`). + 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. @@ -37,7 +39,8 @@ You can place your temporary config in `.cache/credentials.json` as this is igno "clientId": "", "clientSecret": "xxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxx-xxxxx" }, - "tenant": "mytenant" + "tenant": "mytenant", + "tld": "eu" }, "default": { "credentials": { @@ -62,6 +65,8 @@ metadata: annotations: dsv.delinea.com/credentials: app1 dsv.delinea.com/set-secret: 'tests:dsv-k8s' +data: + dummy_value: "" ``` If using the provided examples, you can edit: `.cache/manifests` and adjust the secrets to map.