Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
update the deployment.yaml url of NATS operator (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
donhui authored Sep 30, 2020
1 parent 1c5d1d4 commit b4d4c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pubsub-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4d4c2b

Please sign in to comment.