notebooks/workspaces
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
..
backend feat(ws): add manifests for backend (#455) 2025-08-21 17:09:06 +00:00
controller chore: update controller manifests to follow conventions 2025-09-18 17:05:47 -04:00
frontend chore: Upgrade vulnerable packages (#578) 2025-09-10 13:39:37 +00:00
.dockerignore fix(ws): backend dockerfile (#386) 2025-06-26 21:47:17 +00:00