We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1696e21 commit bd94fbeCopy full SHA for bd94fbe
charts/csghub/templates/deployment-server.yaml
@@ -93,7 +93,7 @@ spec:
93
- |
94
until nc -z {{ include "nats.internal.domain" . }} {{ include "nats.internal.ports.api" . }};
95
do
96
- cho 'Wait for nats to be ready';
+ echo 'Wait for nats to be ready';
97
sleep 2;
98
done
99
- name: wait-for-temporal
@@ -105,7 +105,7 @@ spec:
105
106
until nc -z {{ include "temporal.internal.domain" . }} {{ include "temporal.internal.port" . }};
107
108
- cho 'Wait for temporal to be ready';
+ echo 'Wait for temporal to be ready';
109
110
111
containers:
0 commit comments