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

K8s: Allow connectors to be deployed with operator. #9

Merged
merged 5 commits into from
Nov 17, 2023

Conversation

alejandroEsc
Copy link
Contributor

Comment on lines +169 to +178
type RedpandaConnectors struct {
Enabled *bool `json:"enabled,omitempty"`

Deployment *ConnectorsCreateObj `json:"deployment,omitempty"`
Test *ConnectorsCreateObj `json:"test,omitempty"`
}

type ConnectorsCreateObj struct {
Create *bool `json:"enabled,omitempty"`
}
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be only part of the configuration. It only reflects Redpanda values where user could define Connectors values in standard helm deployment.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. Consider this the first part. For now I want to unblock users so they can deploy connectors.

Copy link
Contributor

@RafalKorepta RafalKorepta left a comment

Choose a reason for hiding this comment

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

LGTM, but I don't like how we are omiting Connectors possible values.

@alejandroEsc
Copy link
Contributor Author

Not all tests are running. I want to merge this in first since it resolves a few issues with tests and local tests for kuttl pass. Nothing major was done here. Next step is to get tests to run to regain confidence in our code after the migration to this repo.

@alejandroEsc alejandroEsc merged commit 87e4574 into redpanda-data:main Nov 17, 2023
8 checks passed
@alejandroEsc alejandroEsc deleted the ae/connectors branch November 17, 2023 02:04
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.

Unknown field "spec.clusterSpec.connectors" when deploying with Redpanda Operator
2 participants