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 a7b1ba7 commit 6acba38Copy full SHA for 6acba38
scripts/copy-bundle.sh
@@ -77,15 +77,15 @@ NEW_CSV=$(
77
podman run --rm \
78
-v $DEST/manifests:$MNT_PATH:Z \
79
$YQ_IMG \
80
- yq "$CSV_YQ_EXPR" "$MNT_PATH/$(basename $CSV)"
+ yq -y "$CSV_YQ_EXPR" "$MNT_PATH/$(basename $CSV)"
81
)
82
83
# Generate a replacement annotations YAML
84
NEW_ANNOTATIONS=$(
85
86
-v $DEST/metadata:$MNT_PATH:Z \
87
88
- yq "$ANNOTATIONS_YQ_EXPR" "$MNT_PATH/$(basename $ANNOTATIONS)"
+ yq -y "$ANNOTATIONS_YQ_EXPR" "$MNT_PATH/$(basename $ANNOTATIONS)"
89
90
91
# Save the modifications
0 commit comments