Skip to content

Commit 01516d9

Browse files
committed
Convert run.sh to use an array of strings for domainsNamespaces (forgot to do that in the last checkin)
1 parent c264422 commit 01516d9

File tree

1 file changed

+1
-1
lines changed
  • src/integration-tests/bash

1 file changed

+1
-1
lines changed

src/integration-tests/bash/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ function deploy_operator {
757757
echo "domainsNamespaces:" >> $inputs
758758
for i in $(echo $TARGET_NAMESPACES | sed "s/,/ /g")
759759
do
760-
echo " $i: {}" >> $inputs
760+
echo " - $i" >> $inputs
761761
done
762762
echo "operatorImagPullPolicy: ${IMAGE_PULL_POLICY_OPERATOR}" >> $inputs
763763
echo "operatorImage: ${IMAGE_NAME_OPERATOR}:${IMAGE_TAG_OPERATOR}" >> $inputs

0 commit comments

Comments
 (0)