From 5b9b114f7f734dd990dd3a91eafc45eedb872721 Mon Sep 17 00:00:00 2001 From: isaac-hammes Date: Tue, 26 Sep 2023 09:39:25 -0700 Subject: [PATCH] test --- helm-charts/vmpooler/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-charts/vmpooler/values.yaml b/helm-charts/vmpooler/values.yaml index 879a90e..1313cf8 100644 --- a/helm-charts/vmpooler/values.yaml +++ b/helm-charts/vmpooler/values.yaml @@ -156,11 +156,11 @@ redis: initialDelaySeconds: 40 periodSeconds: 10 failureThreshold: 10 - lifecycleHooks: + lifecycleHooks: | postStart: exec: - command: - - redis-cli -h 127.0.0.1 BGREWRITEAOF + command: + - redis-cli -h 127.0.0.1 BGREWRITEAOF metrics: enabled: true resources: