Skip to content

Commit 40f89d1

Browse files
committed
chore: add timeoutSeconds to pre-terminate and post-provision action
1 parent b499abb commit 40f89d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

addons/redis/templates/cmpd-redis-cluster.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ spec:
465465
- redis
466466
- getrole
467467
postProvision:
468+
timeoutSeconds: 900
468469
exec:
469470
container: redis-cluster
470471
command:
@@ -492,6 +493,7 @@ spec:
492493
retryPolicy:
493494
maxRetries: 10
494495
preTerminate:
496+
timeoutSeconds: 900
495497
exec:
496498
container: redis-cluster
497499
command:

0 commit comments

Comments
 (0)