Skip to content

Commit 1ed93cf

Browse files
committed
Add the release annotation to all documents in all files
1 parent 1e74520 commit 1ed93cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/add_release_annotation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ chartdir=$1
88
yq=$2
99

1010
for f in $chartdir/*.yaml; do
11-
$yq w --inplace --style=double $f 'metadata.annotations['include.release.openshift.io/self-managed-high-availability']' true
11+
$yq w -d'*' --inplace --style=double $f 'metadata.annotations['include.release.openshift.io/self-managed-high-availability']' true
1212
done

0 commit comments

Comments
 (0)