notebooks/workspaces/controller/config/webhook
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
..
kustomization.yaml chore: update controller manifests to follow conventions 2025-09-18 17:05:47 -04:00
kustomizeconfig.yaml feat(ws): add validation webhooks for Workspace and WorkspaceKind (#34) 2024-08-29 00:14:03 +00:00
manifests.yaml feat(ws): add validation webhooks for Workspace and WorkspaceKind (#34) 2024-08-29 00:14:03 +00:00
service.yaml chore: update controller manifests to follow conventions 2025-09-18 17:05:47 -04:00