RishiRajAnand commented on code in PR #3719:
URL:
https://github.com/apache/incubator-kie-tools/pull/3719#discussion_r3818712575
##########
packages/image-builder/src/bin.ts:
##########
@@ -366,6 +383,7 @@ Also useful to aid on developing images and pushing them to
Kubernetes/OpenShift
- containerfile: ${args.containerfile}
- context: ${args.context}
- buildArgs: ${args.buildArg.join(" ")}
+ - secret: ${args.secret?.join(" ") ?? " - "}
Review Comment:
I think secret value here can be removed from the console logs, working on
it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]