We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb98faf commit 3e15959Copy full SHA for 3e15959
1 file changed
redis/3-highly-available/README.md
@@ -74,9 +74,8 @@ tasks:
74
cpu: 250m
75
memory: 500Mi
76
command:
77
- - /bin/bash
78
- - -c
79
- - 'container run_master_and_sentinel'
+ - container
+ - run_master_and_sentinel
80
environment_variables:
81
REDIS_SENTINEL_SERVICE_HOST: ''
82
deployment_strategy:
@@ -181,5 +180,5 @@ tasks:
181
180
image:
182
image: quay.io/continuouspipe/redis3-highly-available:stable
183
commands:
184
- - /bin/bash -c 'container master_failover_and_sentinel_cleanup'
+ - container master_failover_and_sentinel_cleanup
185
```
0 commit comments