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 1e74520 commit 1ed93cfCopy full SHA for 1ed93cf
scripts/add_release_annotation.sh
@@ -8,5 +8,5 @@ chartdir=$1
8
yq=$2
9
10
for f in $chartdir/*.yaml; do
11
- $yq w --inplace --style=double $f 'metadata.annotations['include.release.openshift.io/self-managed-high-availability']' true
+ $yq w -d'*' --inplace --style=double $f 'metadata.annotations['include.release.openshift.io/self-managed-high-availability']' true
12
done
0 commit comments