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

bundle: adjust for Konflux onboarding, 2.8 #2322

Open
wants to merge 6 commits into
base: rhoai-2.8
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ spec:
type: array
type: object
managementState:
default: Removed
description: "Set to one of the following values: \n - \"Managed\"
: the operator is actively managing the component and trying
to keep it active. It will only upgrade the component if
Expand Down Expand Up @@ -421,7 +422,10 @@ spec:
type: string
type: object
trustyai:
description: TrustyAI component configuration.
description: '## DEPRECATED ## : Installation of TrustyAI operator
is deprecated in downstream(RHOAI). If TrustyAI operator is
installed, it will be removed Changes in managemenstState are
not supported.'
properties:
devFlags:
description: Add developer fields
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
name: v1
schema:
openAPIV3Schema:
description: DSCInitialization is the Schema for the dscinitializations API.
description: DSCInitialization is the Schema for the dscinitializations API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand All @@ -45,7 +45,7 @@ spec:
metadata:
type: object
spec:
description: DSCInitializationSpec defines the desired state of DSCInitialization.
description: DSCInitializationSpec defines the desired state of DSCInitialization
properties:
applicationsNamespace:
default: redhat-ods-applications
Expand Down Expand Up @@ -115,7 +115,7 @@ spec:
type: string
type: object
managementState:
default: Removed
default: Managed
enum:
- Managed
- Unmanaged
Expand Down Expand Up @@ -146,13 +146,14 @@ spec:
pattern: ^(Managed|Unmanaged|Force|Removed)$
type: string
required:
- customCABundle
- managementState
type: object
required:
- applicationsNamespace
type: object
status:
description: DSCInitializationStatus defines the observed state of DSCInitialization.
description: DSCInitializationStatus defines the observed state of DSCInitialization
properties:
conditions:
description: Conditions describes the state of the DSCInitializationStatus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
- name: https
port: 8443
protocol: TCP
targetPort: 8080
targetPort: https
selector:
control-plane: controller-manager
status:
Expand Down

This file was deleted.

Loading