Skip to content
This repository has been archived by the owner on Aug 6, 2018. It is now read-only.

Commit

Permalink
Fix redis chart arguments in kubernetes docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vially committed May 15, 2018
1 parent 2a6e65a commit f613f81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions KUBERNETES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ kubectl create ns uppy
We will need a Redis container that we can get through [helm](https://github.com/kubernetes/helm)

```bash
helm install --name uppy \
helm install --name redis \
--namespace uppy \
--set redisPassword=superSecretPassword \
--set password=superSecretPassword \
stable/redis
```

Expand Down Expand Up @@ -112,4 +112,4 @@ You can check the production logs for the production pod using:

```bash
kubectl logs my-pod-name
```
```

0 comments on commit f613f81

Please sign in to comment.