UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

fix: remote -t option from timeout command, not supported

Open Tim Hutchens requested to merge sidt-950-th into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -95,7 +95,7 @@ spec:
- -c
- |
CA_ADDRESS="{{ template "ca.server" . }}:{{ .Values.ca.service.port }}"
until echo "" | timeout -t 2 openssl s_client -connect "${CA_ADDRESS}"; do
until echo "" | timeout 2 openssl s_client -connect "${CA_ADDRESS}"; do
# Checking if ca server using nifi-toolkit is up
echo "Waiting for CA to be available at ${CA_ADDRESS}"
sleep 2
Loading