Skip to content

Commit 01fedbe

Browse files
committed
convert map to slice
Signed-off-by: Michelle Nguyen <michellenguyen@pixielabs.ai>
1 parent b0ae0e2 commit 01fedbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/operator_build_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ kustomize build "$(pwd)/k8s/operator/deployment/base" -o "${kustomize_dir}"
7878
#shellcheck disable=SC2016
7979
faq -f yaml -o yaml --slurp '
8080
.[0].metadata.name = $name |
81-
.[0].metadata.annotations = [{"olm.skipRange": ">=0.1.1 <0.1.4"}] |
81+
.[0].metadata.annotations = {"olm.skipRange": ">=0.1.1 <0.1.4"} |
8282
.[0].spec.version = $version |
8383
.[0].spec.install = {strategy: "deployment", spec:{
8484
deployments: [{name: .[1].metadata.name, spec: .[1].spec }],

0 commit comments

Comments
 (0)