From b4d4c2b3cc2adbafd5449bbfc06ab9a59935c82d Mon Sep 17 00:00:00 2001 From: Wang Donghui <977675308@qq.com> Date: Wed, 30 Sep 2020 17:36:21 +0800 Subject: [PATCH] update the deployment.yaml url of NATS operator (#1178) --- docs/pubsub-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pubsub-functions.md b/docs/pubsub-functions.md index 2f88f9911..f9fabf9aa 100644 --- a/docs/pubsub-functions.md +++ b/docs/pubsub-functions.md @@ -72,7 +72,7 @@ Hello World! If you do not have NATS cluster its pretty easy to setup a NATS cluster. Run below command to deploy a [NATS operator](https://github.com/nats-io/nats-operator) ```console -$ kubectl apply -f https://raw.githubusercontent.com/nats-io/nats-operator/master/example/deployment-rbac.yaml +$ kubectl apply -f https://github.com/nats-io/nats-operator/releases/latest/download/10-deployment.yaml ``` Once NATS operator is up and running run below command to deploy a NATS cluster