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

feat: refactor the ai spec #159

Merged
merged 4 commits into from
Jun 19, 2023
Merged

feat: refactor the ai spec #159

merged 4 commits into from
Jun 19, 2023

Conversation

AlexsJones
Copy link
Member

@AlexsJones AlexsJones commented Jun 19, 2023

Closes #

πŸ“‘ Description

βœ… Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

β„Ή Additional Information

Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
@AlexsJones AlexsJones requested review from a team as code owners June 19, 2023 11:47
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
Nocache: config.Spec.NoCache,
Backend: string(config.Spec.Backend),
Backend: string(config.Spec.AI.Backend),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AlexsJones , not part of this PR but just spotted it, we can remove the string() now that Backend is not a different type

},
{
Name: "K8SGPT_BACKEND",
Value: string(config.Spec.Backend),
Value: string(config.Spec.AI.Backend),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Copy link
Member

@arbreezy arbreezy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !!

@AlexsJones AlexsJones merged commit 6e1c394 into main Jun 19, 2023
6 checks passed
@AlexsJones AlexsJones deleted the feat/refactor-cr branch June 19, 2023 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants