Skip to content

Commit bd94fbe

Browse files
author
mason
committed
fix: Fixed echo command error
1 parent 1696e21 commit bd94fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/csghub/templates/deployment-server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ spec:
9393
- |
9494
until nc -z {{ include "nats.internal.domain" . }} {{ include "nats.internal.ports.api" . }};
9595
do
96-
cho 'Wait for nats to be ready';
96+
echo 'Wait for nats to be ready';
9797
sleep 2;
9898
done
9999
- name: wait-for-temporal
@@ -105,7 +105,7 @@ spec:
105105
- |
106106
until nc -z {{ include "temporal.internal.domain" . }} {{ include "temporal.internal.port" . }};
107107
do
108-
cho 'Wait for temporal to be ready';
108+
echo 'Wait for temporal to be ready';
109109
sleep 2;
110110
done
111111
containers:

0 commit comments

Comments
 (0)