From 5f0a3142f450533f2d799847ce3fc80c5dc2002c Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Wed, 18 Mar 2020 16:19:37 -0700 Subject: [PATCH] Remove access token from redis docs This is no longer needed now that we're not public. --- docs/redis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/redis.md b/docs/redis.md index beee64e8..43ab1472 100644 --- a/docs/redis.md +++ b/docs/redis.md @@ -119,7 +119,7 @@ We just showed how `tye` makes it easier to communicate between 2 applications r `tye deploy` will not deploy the redis configuration, so you need to deploy it first. Run: ```text - kubectl apply -f https://raw.githubusercontent.com/dotnet/tye/master/docs/yaml/redis.yaml?token=AAK5D65XGABGEPUJ2MFJBM26O35M2 + kubectl apply -f https://raw.githubusercontent.com/dotnet/tye/master/docs/yaml/redis.yaml ``` This will create a deployment and service for redis. You can see that by running: