Skip to content

Commit 582cf2f

Browse files
authored
remove sandbox-sre-member namespace from staging (#7400)
As a part of the kubesaw decomissioning, the member clusters no longer need the sandbox-sre-member namespace and the resources contained within. Remove it and any resources that reference the namespace from the staging clusters. Signed-off-by: Andy Sadler <[email protected]>
1 parent cb673fe commit 582cf2f

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

components/sandbox/toolchain-member-operator/staging/kustomization.yaml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,25 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- ../base
5-
- sandbox-sre-member.yaml
6-
- ../../user-management/staging/generated-manifests/member
75
patches:
86
- path: patch_resources.yaml
97
- patch: |
108
$patch: delete
119
apiVersion: rbac.authorization.k8s.io/v1
1210
kind: ClusterRole
1311
metadata:
14-
name: appstudio-pipelines-runner
12+
name: appstudio-pipelines-runner
13+
- patch: |
14+
$patch: delete
15+
apiVersion: rbac.authorization.k8s.io/v1
16+
kind: RoleBinding
17+
metadata:
18+
name: sandbox-sre-member-admins
19+
namespace: sandbox-sre-member
20+
- patch: |
21+
$patch: delete
22+
apiVersion: rbac.authorization.k8s.io/v1
23+
kind: RoleBinding
24+
metadata:
25+
name: sandbox-sre-member-operator-admins
26+
namespace: toolchain-member-operator

components/sandbox/toolchain-member-operator/staging/sandbox-sre-member.yaml

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

0 commit comments

Comments
 (0)