From 6e4b955972433185d9ff61d10daa28aee3cedabd Mon Sep 17 00:00:00 2001 From: Adam Cattermole Date: Mon, 4 Nov 2024 10:46:21 +0000 Subject: [PATCH] Table formatting Signed-off-by: Adam Cattermole --- docs/getting-started-single-cluster.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/getting-started-single-cluster.md b/docs/getting-started-single-cluster.md index 6a41dbac..cd5a1ac4 100644 --- a/docs/getting-started-single-cluster.md +++ b/docs/getting-started-single-cluster.md @@ -28,23 +28,23 @@ If you want to make use of the Kuadrant `DNSPolicy` you should setup the followi ### AWS -| Env Var | Example Value | Description | -|------------------------------|-----------------------------|-------------------------------------------------------------------------------------------------------------| +| Env Var | Example Value | Description | +|-----------------------------------|-----------------------------|-------------------------------------------------------------------------------------------------------------| | `KUADRANT_ZONE_ROOT_DOMAIN` | `jbloggs.hcpapps.net` | Hostname for the root Domain | -| `KUADRANT_AWS_DNS_PUBLIC_ZONE_ID` | `Z01234567US0IQE3YLO00` | AWS Route 53 Zone ID for specified `KUADRANT_ZONE_ROOT_DOMAIN` | +| `KUADRANT_AWS_DNS_PUBLIC_ZONE_ID` | `Z01234567US0IQE3YLO00` | AWS Route 53 Zone ID for specified `KUADRANT_ZONE_ROOT_DOMAIN` | | `KUADRANT_AWS_ACCESS_KEY_ID` | `AKIA1234567890000000` | Access Key ID, for user with permissions to Route 53 in the account where root domain is created | | `KUADRANT_AWS_SECRET_ACCESS_KEY` | `Z01234567US0000000` | Access Secret Access Key, for user with permissions to Route 53 in the account where root domain is created | | `KUADRANT_AWS_REGION` | `eu-west-1` | AWS Region | ### GCP -| Env Var | Example Value | Description | -|-------------------------|------------------------|----------------------------------------------------------------| -| `GOOGLE` | `{"client_id": "00000000-00000000000000.apps.googleusercontent.com","client_secret": "d-FL95Q00000000000000","refresh_token": "00000aaaaa00000000-AAAAAAAAAAAAKFGJFJDFKDK","type": "authorized_user"}` | This is the JSON created from either the JSON credentials created by the Google Cloud CLI or a Service account | -| `PROJECT_ID` | `my_project_id` | ID to the google project | -| `ZONE_NAME` | `jbloggs-google` | Zone name | -| `ZONE_DNS_NAME` | `jbloggs.google.hcpapps.net` | DNS name | -| `LOG_LEVEL` | `1` | Log level for the Controller | +| Env Var | Example Value | Description | +|--------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------| +| `GOOGLE` | `{"client_id": "00000000-00000000000000.apps.googleusercontent.com","client_secret": "d-FL95Q00000000000000","refresh_token": "00000aaaaa00000000-AAAAAAAAAAAAKFGJFJDFKDK","type": "authorized_user"}` | This is the JSON created from either the JSON credentials created by the Google Cloud CLI or a Service account | +| `PROJECT_ID` | `my_project_id` | ID to the google project | +| `ZONE_NAME` | `jbloggs-google` | Zone name | +| `ZONE_DNS_NAME` | `jbloggs.google.hcpapps.net` | DNS name | +| `LOG_LEVEL` | `1` | Log level for the Controller | >Alternatively, to set defaults, add the above environment variables to your `.zshrc` or `.bash_profile`.