Skip to content

Commit 8051ad3

Browse files
Update documentation
Co-authored-by: Danail Branekov <danailster@gmail.com>
1 parent e29f389 commit 8051ad3

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

INSTALL.EKS.md

+1
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ helm install korifi https://github.com/cloudfoundry/korifi/releases/download/v<V
265265
--set=containerRegistrySecrets={} \
266266
--set=eksContainerRegistryRoleARN="${ECR_ROLE_ARN}" \
267267
--set=kpackImageBuilder.builderRepository="${KPACK_BUILDER_REPO}" \
268+
--set=networking.gatewayClassName="${GATEWAY_CLASS_NAME}" \
268269
--wait
269270
```
270271

INSTALL.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ The following environment variables will be needed throughout this guide:
2929
- `KORIFI_NAMESPACE`: the namespace in which Korifi will be installed.
3030
- `ADMIN_USERNAME`: the name of the Kubernetes user who will have CF admin privileges on the Korifi installation. For security reasons, you should choose or create a user that is different from your cluster admin user. To provision new users, follow the user management instructions specific for your cluster's [authentication configuration](https://kubernetes.io/docs/reference/access-authn-authz/authentication/) or create a [new (short-lived) client certificate for user authentication](https://kubernetes.io/docs/reference/access-authn-authz/certificate-signing-requests/#normal-user).
3131
- `BASE_DOMAIN`: the base domain used by both the Korifi API and, by default, all apps running on Korifi.
32-
- `GATEWAY_CLASS_NAME`: the name of the Gateway API gatewayclass [see contour section](#contour).
32+
- `GATEWAY_CLASS_NAME`: the name of the Gateway API gatewayclass ([see contour section](#contour)).
3333

3434
Here are the example values we'll use in this guide:
3535

3636
```sh
37-
ROOT_NAMESPACE="cf"
38-
KORIFI_NAMESPACE="korifi"
39-
ADMIN_USERNAME="cf-admin"
40-
BASE_DOMAIN="korifi.example.org"
41-
GATEWAY_CLASS_NAME="contour"
37+
export ROOT_NAMESPACE="cf"
38+
export KORIFI_NAMESPACE="korifi"
39+
export ADMIN_USERNAME="cf-admin"
40+
export BASE_DOMAIN="korifi.example.org"
41+
export GATEWAY_CLASS_NAME="contour"
4242
```
4343

4444
### Free Dockerhub accounts

0 commit comments

Comments
 (0)