Skip to content

Commit a3a17b5

Browse files
committed
explain why yq is needed
1 parent 00125d2 commit a3a17b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ curl "https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux
4545
-o /stackable/bin/jq
4646
chmod +x /stackable/bin/jq
4747

48+
# Needed to to patch manifests in OLM environments with tolerations
49+
# and environment variables.
4850
curl "https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_${TARGETARCH}" \
4951
-o /stackable/bin/yq
5052
chmod +x /stackable/bin/yq

0 commit comments

Comments
 (0)