fix typo in the path for redis config (#6768)

Force merging, since it's harmless and just blocked by a build issue.
This commit is contained in:
Adarsh J 2020-03-17 03:56:42 +09:00 committed by GitHub
parent b0813c7dd6
commit 9eeaa909e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -28,5 +28,5 @@ Also, add the following under the `command` subsection:
{{< text yaml >}}
echo "" >> /opt/bitnami/redis/etc/replica.conf
echo "replica-announce-ip $POD_IP" >> /opt/bitna
echo "replica-announce-ip $POD_IP" >> /opt/bitnami/redis/etc/replica.conf
{{< /text >}}

View File

@ -28,5 +28,5 @@ Also, add the following under the `command` subsection:
{{< text yaml >}}
echo "" >> /opt/bitnami/redis/etc/replica.conf
echo "replica-announce-ip $POD_IP" >> /opt/bitna
echo "replica-announce-ip $POD_IP" >> /opt/bitnami/redis/etc/replica.conf
{{< /text >}}

View File

@ -22,5 +22,5 @@ keywords: [redis]
{{< text yaml >}}
echo "" >> /opt/bitnami/redis/etc/replica.conf
echo "replica-announce-ip $POD_IP" >> /opt/bitna
echo "replica-announce-ip $POD_IP" >> /opt/bitnami/redis/etc/replica.conf
{{< /text >}}