Skip to content

Commit 2f002a9

Browse files
chore: Drop manual overlay patches superseded by upstream v2.0.0-alpha.2
The kubeflow/notebooks v2.0.0-alpha.2 release now includes pod security standard labels, security contexts, network policies, and aggregated RBAC ClusterRoles natively. Drop the patches and resources we were maintaining manually in the local overlay. Signed-off-by: Christian Heusel <christian@heusel.eu>
1 parent b9dbbc5 commit 2f002a9

8 files changed

Lines changed: 0 additions & 124 deletions

File tree

applications/workspaces/overlays/istio/kustomization.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,3 @@ resources:
1010
- ../../upstream/backend/overlays/istio
1111
- ../../upstream/controller/overlays/istio
1212
- ../../upstream/frontend/overlays/istio
13-
- workspaces-base-edit-clusterrole.yaml
14-
- network-policies/default-allow-same-namespace.yaml
15-
- network-policies/workspaces-backend.yaml
16-
- network-policies/workspaces-frontend.yaml
17-
18-
patches:
19-
- path: patches/namespace-pss.yaml
20-
- path: patches/backend-pss.yaml
21-
- path: patches/frontend-pss.yaml
22-
- patch: |-
23-
- op: replace
24-
path: /rules
25-
value: []
26-
target:
27-
group: rbac.authorization.k8s.io
28-
kind: ClusterRole
29-
name: kubeflow-workspaces-edit
30-
31-
# Can be dropped with the next release:
32-
# https://github.com/kubeflow/notebooks/pull/1032
33-
images:
34-
- name: ghcr.io/kubeflow/notebooks/workspaces-backend
35-
newTag: 2.0.0-alpha.1
36-
- name: ghcr.io/kubeflow/notebooks/workspaces-controller
37-
newTag: 2.0.0-alpha.1
38-
- name: ghcr.io/kubeflow/notebooks/workspaces-frontend
39-
newTag: 2.0.0-alpha.1

applications/workspaces/overlays/istio/network-policies/default-allow-same-namespace.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

applications/workspaces/overlays/istio/network-policies/workspaces-backend.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

applications/workspaces/overlays/istio/network-policies/workspaces-frontend.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

applications/workspaces/overlays/istio/patches/backend-pss.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

applications/workspaces/overlays/istio/patches/frontend-pss.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

applications/workspaces/overlays/istio/patches/namespace-pss.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

applications/workspaces/overlays/istio/workspaces-base-edit-clusterrole.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)