Skip to content

Commit 3e15959

Browse files
committed
Update commands
1 parent cb98faf commit 3e15959

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

redis/3-highly-available/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@ tasks:
7474
cpu: 250m
7575
memory: 500Mi
7676
command:
77-
- /bin/bash
78-
- -c
79-
- 'container run_master_and_sentinel'
77+
- container
78+
- run_master_and_sentinel
8079
environment_variables:
8180
REDIS_SENTINEL_SERVICE_HOST: ''
8281
deployment_strategy:
@@ -181,5 +180,5 @@ tasks:
181180
image:
182181
image: quay.io/continuouspipe/redis3-highly-available:stable
183182
commands:
184-
- /bin/bash -c 'container master_failover_and_sentinel_cleanup'
183+
- container master_failover_and_sentinel_cleanup
185184
```

0 commit comments

Comments
 (0)