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 c264422 commit 01516d9Copy full SHA for 01516d9
src/integration-tests/bash/run.sh
@@ -757,7 +757,7 @@ function deploy_operator {
757
echo "domainsNamespaces:" >> $inputs
758
for i in $(echo $TARGET_NAMESPACES | sed "s/,/ /g")
759
do
760
- echo " $i: {}" >> $inputs
+ echo " - $i" >> $inputs
761
done
762
echo "operatorImagPullPolicy: ${IMAGE_PULL_POLICY_OPERATOR}" >> $inputs
763
echo "operatorImage: ${IMAGE_NAME_OPERATOR}:${IMAGE_TAG_OPERATOR}" >> $inputs
0 commit comments