Skip to content

Commit 6acba38

Browse files
committed
Output yaml with bundle-copy script
1 parent a7b1ba7 commit 6acba38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/copy-bundle.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ NEW_CSV=$(
7777
podman run --rm \
7878
-v $DEST/manifests:$MNT_PATH:Z \
7979
$YQ_IMG \
80-
yq "$CSV_YQ_EXPR" "$MNT_PATH/$(basename $CSV)"
80+
yq -y "$CSV_YQ_EXPR" "$MNT_PATH/$(basename $CSV)"
8181
)
8282

8383
# Generate a replacement annotations YAML
8484
NEW_ANNOTATIONS=$(
8585
podman run --rm \
8686
-v $DEST/metadata:$MNT_PATH:Z \
8787
$YQ_IMG \
88-
yq "$ANNOTATIONS_YQ_EXPR" "$MNT_PATH/$(basename $ANNOTATIONS)"
88+
yq -y "$ANNOTATIONS_YQ_EXPR" "$MNT_PATH/$(basename $ANNOTATIONS)"
8989
)
9090

9191
# Save the modifications

0 commit comments

Comments
 (0)