Skip to content

Commit

Permalink
Update app/_src/gateway-operator/get-started/konnect/deploy-data-plan…
Browse files Browse the repository at this point in the history
…e.md
  • Loading branch information
pmalek authored Oct 31, 2024
1 parent d77b3b7 commit cdab995
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To get the endpoint and the authentication details of the data plane:
1. Create a Kubernetes secret containing the cluster certificate:

```bash
kubectl create secret tls konnect-client-tls -n kong --cert=./tls.crt --key=.`/tls.key
kubectl create secret tls konnect-client-tls -n kong --cert=./tls.crt --key=./tls.key
```

{% if_version lte:1.3.x %}
Expand Down

0 comments on commit cdab995

Please sign in to comment.