Skip to content
This repository was archived by the owner on Aug 23, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions config/crd/bases/tenant.otterscale.io_workspaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ spec:
spec:
description: Spec defines the desired behavior of the Workspace.
properties:
licenseInjection:
description: |-
LicenseInjection indicates whether the underlying namespace should be
labeled with "license.phison.com/inject=true"
type: boolean
limitRange:
description: LimitRange defines the default resource limits and requests
for pods in the workspace.
Expand Down
5 changes: 0 additions & 5 deletions tenant/v1alpha1/workspace_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ type WorkspaceSpec struct {
// NetworkIsolation defines the ingress traffic rules for the workspace.
// +optional
NetworkIsolation NetworkIsolationSpec `json:"networkIsolation,omitzero"`

// LicenseInjection indicates whether the underlying namespace should be
// labeled with "license.phison.com/inject=true"
// +optional
LicenseInjection bool `json:"licenseInjection,omitempty"`
}

// ResourceReference is a lightweight reference to a Kubernetes resource managed by the operator.
Expand Down