Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating docs for response header #718

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions site/content/vendir/docs/develop/vendir-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ directories:
name: my-image-auth
# 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+)
responseHeaderTimeout: 30

# fetches imgpkg bundle from an image registry (optional; v0.16.0+)
imgpkgBundle:
Expand Down Expand Up @@ -143,6 +145,8 @@ directories:
name: my-image-auth
# 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+)
responseHeaderTimeout: 30

# fetches assets from a github release (optional)
githubRelease:
Expand Down
Loading