Skip to content

Commit

Permalink
Merge pull request #41 from ceshihao/fix_example
Browse files Browse the repository at this point in the history
Fix some problems in example
  • Loading branch information
ese authored Apr 16, 2018
2 parents 28ca3b5 + 88bbe29 commit 2c0492b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This will create a deployment named `redisoperator`.
### Using the Helm chart
From the root folder of the project, execute the following:
```
helm install --name redisfailover charts/redisfailover
helm install --name redisfailover charts/redisoperator
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion example/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
app: redisoperator
spec:
containers:
- image: quay.io/spotahome/redis-operator:0.2.0
- image: quay.io/spotahome/redis-operator:latest
imagePullPolicy: IfNotPresent
name: app
resources:
Expand Down

0 comments on commit 2c0492b

Please sign in to comment.