Skip to content

Commit

Permalink
docs(kic): provide correct field name from helm chart values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bigmike36c authored Dec 17, 2024
1 parent 5849fd0 commit 155b458
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To get the endpoint and the authentication details of the data plane.
kubectl create secret tls konnect-client-tls --cert=./tls.crt --key=./tls.key
```

1. In the **Install the KIC** step 4, find the value of `runtimeGroupID`. Replace `YOUR_CP_ID` with the control plane ID in the following manifest.
1. In the **Install the KIC** step 4, find the value of `controlPlaneID`. Replace `YOUR_CP_ID` with the control plane ID in the following manifest.
1. In the **Install the KIC** step 4, find the value of `cluster_telemetry_endpoint`. The first segment of that value is the control plane endpoint for your cluster. For example, if the value of `cluster_telemetry_endpoint` is `36fc5d01be.us.cp0.konghq.com`, then the control plane endpoint of the cluster is `36fc5d01be`. Replace `YOUR_CP_ENDPOINT` with your control plane ID in the following manifest.
1. Deploy the data plane with `kubectl apply`:

Expand Down

0 comments on commit 155b458

Please sign in to comment.