We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eae5b4 commit 99d3cdcCopy full SHA for 99d3cdc
1 file changed
docs/uplink/installation.md
@@ -236,7 +236,7 @@ client-router-cert True client-router-cert 30m
236
237
## Download the tunnel CLI
238
239
-We provide a CLI to help you create and manage tunnels. It is available as a plugin for the inlets-pro CLI.
+We provide a CLI to help you create and manage tunnels. It is available as a plugin for the inlets-pro CLI.
240
241
Download the `inlets-pro` binary:
242
@@ -270,8 +270,8 @@ helm template oci://ghcr.io/openfaasltd/inlets-uplink-provider \
270
--include-crds=true \
271
--output-dir=/tmp
272
273
-kubectl apply -f /
274
- tmp/inlets-uplink-provider/crds/uplink.inlets.dev_tunnels.yaml
+kubectl apply -f \
+ /tmp/inlets-uplink-provider/crds/uplink.inlets.dev_tunnels.yaml
275
```
276
277
### Upgrading existing customer tunnels
0 commit comments