Skip to content

Commit

Permalink
re-generate manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce Palmer <everettraven@gmail.com>
  • Loading branch information
everettraven committed Oct 26, 2023
1 parent d798110 commit 6e9a118
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/crd/bases/catalogd.operatorframework.io_catalogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ spec:
description: Image is the catalog image that backs the content
of this catalog.
properties:
insecureSkipTLSVerify:
description: InsecureSkipTLSVerify indicates that TLS certificate
validation should be skipped. If this option is specified,
the HTTPS protocol will still be used to fetch the specified
image reference. This should not be used in a production
environment.
type: boolean
pollInterval:
description: PollInterval indicates the interval at which
the image source should be polled for new content, specified
Expand All @@ -64,13 +71,6 @@ spec:
description: Ref contains the reference to a container image
containing Catalog contents.
type: string
skipTLSVerify:
description: SkipTLSVerify indicates that TLS certificate
validation should be skipped. If this option is specified,
the HTTPS protocol will still be used to fetch the specified
image reference. This should not be used in a production
environment.
type: boolean
required:
- ref
type: object
Expand Down

0 comments on commit 6e9a118

Please sign in to comment.