subhramit commented on code in PR #6734: URL: https://github.com/apache/camel-k/pull/6734#discussion_r3689120549
########## docs/modules/ROOT/partials/apis/camel-k-crds.adoc: ########## @@ -7871,14 +7871,20 @@ The Init Containers trait can be used to configure `init containers` or `sidecar | -A list of init tasks to be executed with format `<name>;<container-image>;<container-command>`. +A list of init tasks to be executed. +Each task accepts the format `<name>;<container-image>;<container-command>` or key=value format +`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`. +Resource keys (request-cpu, limit-cpu, request-memory, limit-memory) are optional and accept Kubernetes resource quantities. |`sideCarTasks` + []string | -A list of sidecar tasks to be executed with format `<name>;<container-image>;<container-command>`. +A list of sidecar tasks to be executed. +Each task accepts the format `<name>;<container-image>;<container-command>` or key=value format +`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`. +Resource keys (request-cpu, limit-cpu, request-memory, limit-memory) are optional and accept Kubernetes resource quantities. Review Comment: @squakez these additional diffs are artifacts of `make generate` and `make docs-update`. Perhaps the documentation was stale with respect to code. -- 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]
