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.
2 parents fd3330d + c9f1fdd commit cacdd23Copy full SHA for cacdd23
scripts/deploy-pattern.sh
@@ -7,8 +7,8 @@ echo -n "Installing pattern: "
7
for i in $(seq 1 ${RUNS}); do \
8
exec 3>&1 4>&2
9
OUT=$( { helm template --include-crds --name-template $* 2>&4 | oc apply -f- 2>&4 1>&3; } 4>&1 3>&1)
10
- exec 3>&- 4>&-
11
ret=$?
+ exec 3>&- 4>&-
12
if [ ${ret} -eq 0 ]; then
13
break;
14
else
0 commit comments