From 1cc8c141a34e3b891dc3fb39583db5c6782dd147 Mon Sep 17 00:00:00 2001 From: Alex Barbato Date: Thu, 1 Feb 2024 09:45:17 -0500 Subject: [PATCH] Fixing typo --- site/content/vendir/docs/develop/vendir-spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/vendir/docs/develop/vendir-spec.md b/site/content/vendir/docs/develop/vendir-spec.md index 01275d942..91ddc370b 100644 --- a/site/content/vendir/docs/develop/vendir-spec.md +++ b/site/content/vendir/docs/develop/vendir-spec.md @@ -117,7 +117,7 @@ directories: # specify wether to skip TLS verification; defaults to false (optional;v0.18.0+) dangerousSkipTLSVerify: false # specify the response timeout in seconds for imgpkg when querying the registry; defaults to 30 (optional; v0.40.0+) - dangerousSkipTLSVerify: 30 + responseHeaderTimeout: 30 # fetches imgpkg bundle from an image registry (optional; v0.16.0+) imgpkgBundle: @@ -146,7 +146,7 @@ directories: # specify wether to skip TLS verification; defaults to false (optional;v0.18.0+) dangerousSkipTLSVerify: false # specify the response timeout in seconds for imgpkg when querying the registry; defaults to 30 (optional; v0.40.0+) - dangerousSkipTLSVerify: 30 + responseHeaderTimeout: 30 # fetches assets from a github release (optional) githubRelease: