Skip to content

Commit

Permalink
[create-pull-request] automated change (#580)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: openshift-merge-robot <[email protected]>
  • Loading branch information
1 parent 3489f8b commit 643f124
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ spec:
spec:
description: AgentServiceConfigSpec defines the desired state of AgentServiceConfig.
properties:
OSImageCACertRef:
description: OSImageCACertRef is a reference to a config map containing
a certificate authority certificate this is an optional certificate
to allow a user to add a certificate authority for a HTTPS source
of images this certificate will be used by the assisted-image-service
when pulling OS images.
properties:
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?'
type: string
type: object
databaseStorage:
description: DatabaseStorage defines the spec of the PersistentVolumeClaim
to be created for the database's filesystem. With respect to the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ spec:
description: HypershiftAgentServiceConfigSpec defines the desired state
of HypershiftAgentServiceConfig.
properties:
OSImageCACertRef:
description: OSImageCACertRef is a reference to a config map containing
a certificate authority certificate this is an optional certificate
to allow a user to add a certificate authority for a HTTPS source
of images this certificate will be used by the assisted-image-service
when pulling OS images.
properties:
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?'
type: string
type: object
databaseStorage:
description: DatabaseStorage defines the spec of the PersistentVolumeClaim
to be created for the database's filesystem. With respect to the
Expand Down

0 comments on commit 643f124

Please sign in to comment.