From b9ef078a3e13fb6dcf7607d15808fd77c19aeace Mon Sep 17 00:00:00 2001 From: isaac-hammes Date: Fri, 29 Sep 2023 05:22:10 -0700 Subject: [PATCH] final test --- helm-charts/vmpooler/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/vmpooler/values.yaml b/helm-charts/vmpooler/values.yaml index e28831c..d533f1f 100644 --- a/helm-charts/vmpooler/values.yaml +++ b/helm-charts/vmpooler/values.yaml @@ -162,7 +162,7 @@ redis: command: - /bin/sh - -c - - /opt/bitnami/redis/bin/redis-cli -h 127.0.0.1 BGREWRITEAOF > /tmp/aofrewrite.log + - echo "AUTH $REDIS_PASSWORD\nBGREWRITEAOF" | redis-cli > /tmp/aofrewrite.log metrics: enabled: true resources: