diff --git a/task/prefetch-dependencies-oci-ta/0.1/README.md b/task/prefetch-dependencies-oci-ta/0.1/README.md index fa66e7c565..c037070a93 100644 --- a/task/prefetch-dependencies-oci-ta/0.1/README.md +++ b/task/prefetch-dependencies-oci-ta/0.1/README.md @@ -18,6 +18,21 @@ https://github.com/containerbuildsystem/cachi2#basic-usage. |ociArtifactExpiresAfter|Expiration date for the trusted artifacts created in the OCI repository. An empty string means the artifacts do not expire.|""|false| |ociStorage|The OCI repository where the Trusted Artifacts are stored.||true| +### Config file usage + +Config file must be passed as a YAML string. For all available config options please check [available configuration parameters]("https://github.com/containerbuildsystem/cachi2?tab=readme-ov-file#available-configuration-parameters") page. + +Example of setting timeouts: + +```yaml +params: + - name: config-file-content + value: | + --- + requests_timeout: 300 + subprocess_timeout:3600 +``` + ## Results |name|description| |---|---| diff --git a/task/prefetch-dependencies/0.1/README.md b/task/prefetch-dependencies/0.1/README.md index 71748965b9..1a28fc7960 100644 --- a/task/prefetch-dependencies/0.1/README.md +++ b/task/prefetch-dependencies/0.1/README.md @@ -13,6 +13,21 @@ See docs at https://github.com/containerbuildsystem/cachi2#basic-usage. |caTrustConfigMapName|The name of the ConfigMap to read CA bundle data from.|trusted-ca|false| |caTrustConfigMapKey|The name of the key in the ConfigMap that contains the CA bundle data.|ca-bundle.crt|false| +### Config file usage + +Config file must be passed as a YAML string. For all available config options please check [available configuration parameters]("https://github.com/containerbuildsystem/cachi2?tab=readme-ov-file#available-configuration-parameters") page. + +Example of setting timeouts: + +```yaml +params: + - name: config-file-content + value: | + --- + requests_timeout: 300 + subprocess_timeout:3600 +``` + ## Workspaces |name|description|optional| |---|---|---|