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

cmd/k8s-operator: clean up runReconciler signature #11993

Merged
merged 1 commit into from
May 3, 2024
Merged

Conversation

irbekrm
Copy link
Contributor

@irbekrm irbekrm commented May 3, 2024

Cleans up runReconciler signature, updates a couple log messages.

Updates#cleanup

@irbekrm irbekrm changed the title cmd/k8s-operator: cleanup runReconciler signature cmd/k8s-operator: clean up runReconciler signature May 3, 2024
if err := generate("./"); err != nil {
log.Fatalf("error adding Connector CRD to Helm templates: %v", err)
log.Fatalf("error adding CRDs to Helm templates: %v", err)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The log was added when Connector was the only CRD

Updates#cleanup

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
@irbekrm irbekrm merged commit 4062936 into main May 3, 2024
49 checks passed
@irbekrm irbekrm deleted the irbekrm/cleanup branch May 3, 2024 18:05
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