Skip to content

Commit 99d3cdc

Browse files
weltekialexellis
authored andcommitted
Fix CRD upgrade instruction for Inlets Uplink
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent 4eae5b4 commit 99d3cdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/uplink/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ client-router-cert True client-router-cert 30m
236236
237237
## Download the tunnel CLI
238238
239-
We provide a CLI to help you create and manage tunnels. It is available as a plugin for the inlets-pro CLI.
239+
We provide a CLI to help you create and manage tunnels. It is available as a plugin for the inlets-pro CLI.
240240
241241
Download the `inlets-pro` binary:
242242
@@ -270,8 +270,8 @@ helm template oci://ghcr.io/openfaasltd/inlets-uplink-provider \
270270
--include-crds=true \
271271
--output-dir=/tmp
272272
273-
kubectl apply -f /
274-
tmp/inlets-uplink-provider/crds/uplink.inlets.dev_tunnels.yaml
273+
kubectl apply -f \
274+
/tmp/inlets-uplink-provider/crds/uplink.inlets.dev_tunnels.yaml
275275
```
276276
277277
### Upgrading existing customer tunnels

0 commit comments

Comments
 (0)