mirror of https://github.com/istio/istio.io.git
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:
parent
b0813c7dd6
commit
9eeaa909e6
|
|
@ -28,5 +28,5 @@ Also, add the following under the `command` subsection:
|
||||||
|
|
||||||
{{< text yaml >}}
|
{{< text yaml >}}
|
||||||
echo "" >> /opt/bitnami/redis/etc/replica.conf
|
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 >}}
|
{{< /text >}}
|
||||||
|
|
|
||||||
|
|
@ -28,5 +28,5 @@ Also, add the following under the `command` subsection:
|
||||||
|
|
||||||
{{< text yaml >}}
|
{{< text yaml >}}
|
||||||
echo "" >> /opt/bitnami/redis/etc/replica.conf
|
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 >}}
|
{{< /text >}}
|
||||||
|
|
|
||||||
|
|
@ -22,5 +22,5 @@ keywords: [redis]
|
||||||
|
|
||||||
{{< text yaml >}}
|
{{< text yaml >}}
|
||||||
echo "" >> /opt/bitnami/redis/etc/replica.conf
|
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 >}}
|
{{< /text >}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue