chore: Remove operator scaffolding and reorganize build artifacts#89
Merged
Conversation
The operator, CRDs, and webhook were previously extracted to a separate project. This removes the leftover kubebuilder scaffolding that no longer serves any purpose in this repository. - Remove config/ (Kustomize manifests for the operator) - Remove hack/ (kubebuilder boilerplate template) - Rename build/ to containers/galactic/ to better reflect purpose - Drop install/uninstall Makefile targets that referenced config/crd - Update CI workflows and docs to reflect new Dockerfile path Co-Authored-By: Claude <claude@anthropic.com>
scotwells
approved these changes
May 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
config/— Kustomize manifests leftover from the operator extraction (operator lives in a separate project now)hack/— kubebuilder license boilerplate template, no longer neededbuild/→containers/galactic/to better reflect what it containsinstall/uninstallMakefile targets that referencedconfig/crdCONVENTIONS.mdto reflect the new Dockerfile pathTest plan
containers/galactic/Dockerfilepathmake docker-buildworks locally with the new path🤖 Generated with Claude Code