From 29a3d3a2836f29bf34e92dd557743f4af0fee045 Mon Sep 17 00:00:00 2001 From: dhirendra kumar Date: Mon, 30 Aug 2021 23:34:26 -0400 Subject: [PATCH] Update quick-start-guide.md --- docs/quick-start-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-start-guide.md b/docs/quick-start-guide.md index 52319d9d..bbf17db7 100644 --- a/docs/quick-start-guide.md +++ b/docs/quick-start-guide.md @@ -21,7 +21,7 @@ $ kubectl create -f https://raw.githubusercontent.com/lyft/flinkk8soperator/v0.5 * Before creating the flink operator deployment, edit/update the operator config: ``` bash -$ curl https://raw.githubusercontent.com/lyft/flinkk8soperator/v0.5.0/deploy/config.yaml +wget https://raw.githubusercontent.com/lyft/flinkk8soperator/v0.5.0/deploy/config.yaml ``` Replace the `{ingress_suffix}` to indicate your cluster's ingress url.