Skip to content

Commit d3cefdb

Browse files
committed
Address code review comments
Signed-off-by: Richard Wall <[email protected]>
1 parent e2b05e9 commit d3cefdb

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

deploy/charts/venafi-kubernetes-agent/README.md.gotmpl

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Upon signing up you will be redirected to one of either of the following login U
1515
- https://ui.venafi.cloud/ (US)
1616
- https://ui.venafi.eu/ (EU)
1717

18+
> 📖 Learn more about [Venafi Kubernetes Agent network requirements](https://docs.venafi.cloud/vaas/k8s-components/c-vcp-network-requirements/),
19+
> in the two regions.
20+
1821
## Installation
1922

2023
The Helm chart is available from the following Venafi OCI registries:
@@ -23,7 +26,9 @@ The Helm chart is available from the following Venafi OCI registries:
2326
- `oci://private-registry.venafi.cloud/charts/venafi-kubernetes-agent` (private, US)
2427
- `oci://private-registry.venafi.eu/charts/venafi-kubernetes-agent` (private, EU)
2528

26-
> Learn [how to access the private Venafi OCI registries](https://docs.venafi.cloud/vaas/k8s-components/th-guide-confg-access-to-tlspk-enterprise-components/).
29+
> ℹ️ In the following steps it is assumed that you are using the **public** registry.
30+
>
31+
> 📖 Learn [how to access the private Venafi OCI registries](https://docs.venafi.cloud/vaas/k8s-components/th-guide-confg-access-to-tlspk-enterprise-components/).
2732

2833
Familiarise yourself with the Helm chart:
2934

@@ -85,8 +90,8 @@ helm upgrade venafi-kubernetes-agent oci://registry.venafi.cloud/charts/venafi-k
8590
--set config.clientId="${VENAFI_CLIENT_ID}"
8691
```
8792

88-
> To change the backend to the EU Venafi Control Plane, use the following Helm value:
89-
> `--set config.server="${VENAFI_SERVER_URL}"`
93+
> ℹ️ To use the [EU Venafi Control Plane](https://docs.venafi.cloud/vaas/k8s-components/c-vcp-network-requirements/),
94+
> add: `--set config.server=https://api.venafi.eu/`.
9095

9196
### 3) Connect the cluster in Venafi Control Plane
9297

0 commit comments

Comments
 (0)