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

Update manifests #7

Merged
merged 1 commit into from
Nov 17, 2021
Merged
Show file tree
Hide file tree
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
28 changes: 20 additions & 8 deletions config/crd/bases/operator.authorino.kuadrant.io_authorinos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,18 @@ spec:
type: integer
tls:
properties:
certSecretName:
type: string
certSecretRef:
description: LocalObjectReference contains enough information
to let you locate the referenced object inside the same
namespace.
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
enabled:
type: boolean
required:
- certSecretName
type: object
type: object
oidcServer:
Expand All @@ -66,12 +72,18 @@ spec:
type: integer
tls:
properties:
certSecretName:
type: string
certSecretRef:
description: LocalObjectReference contains enough information
to let you locate the referenced object inside the same
namespace.
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
enabled:
type: boolean
required:
- certSecretName
type: object
type: object
replicas:
Expand Down
22 changes: 14 additions & 8 deletions config/install/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,15 @@ spec:
type: integer
tls:
properties:
certSecretName:
type: string
certSecretRef:
description: LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
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
enabled:
type: boolean
required:
- certSecretName
type: object
type: object
oidcServer:
Expand All @@ -60,12 +63,15 @@ spec:
type: integer
tls:
properties:
certSecretName:
type: string
certSecretRef:
description: LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
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
enabled:
type: boolean
required:
- certSecretName
type: object
type: object
replicas:
Expand Down