notebooks/workspaces/controller/config
Andy Stoneberg aa26b048b9
chore: update controller manifests to follow conventions
This commit brings about various changes to improve naming consistency across the `workspaces/` components.

The original `controller/` manifests were generated by kubebuilder and were not aligned with the conventions we have established in the `backend` and `frontend` components.  Changing the manifests also had a "trickle effect" of requiring minor modifications to the `Makefile` as well as some e2e tests and documentation.

Key manifest changes:
- dropped `namePrefix` transformation
- standardized on `kubeflow-workspaces` namespace
- leveraged name of `workspaces-controller` where sensible
- Standardized `app.kubernetes.io/*` labels across all resources
    - leveraging `labels` transformation as much as possible
        - selectively applied `includeSelectors: true` when appropriate
- Removed legacy control-plane=controller-manager labels
    - replaced with appropriate `app.kubernetes.io/*` labels to keep behavioral parity

Signed-off-by: Andy Stoneberg <astonebe@redhat.com>
2025-09-18 17:05:47 -04:00
..
certmanager chore: update controller manifests to follow conventions 2025-09-18 17:05:47 -04:00
crd feat(ws): add `podTemplatePod` to Workspace status, for backend logs (#210) 2025-02-14 22:05:37 +00:00
default chore: update controller manifests to follow conventions 2025-09-18 17:05:47 -04:00
manager chore: update controller manifests to follow conventions 2025-09-18 17:05:47 -04:00
prometheus chore: update controller manifests to follow conventions 2025-09-18 17:05:47 -04:00
rbac chore: update controller manifests to follow conventions 2025-09-18 17:05:47 -04:00
samples chore: reference ghcr.io images in workspacekind yaml (#305) 2025-06-26 20:49:17 +00:00
webhook chore: update controller manifests to follow conventions 2025-09-18 17:05:47 -04:00