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: