Skip to content

Commit

Permalink
chore(scheduler): adapt namespace name (#2742)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <[email protected]>
  • Loading branch information
bacherfl authored Jan 9, 2024
1 parent 4e7751a commit c415615
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scheduler/manifests/install/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
labels:
component: scheduler
name: scheduler
namespace: keptn-lifecycle-toolkit-system
namespace: keptn-system
spec:
selector:
matchLabels:
Expand Down
4 changes: 2 additions & 2 deletions scheduler/manifests/install/base/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ roleRef:
subjects:
- kind: ServiceAccount
name: keptn-scheduler
namespace: keptn-lifecycle-toolkit-system
namespace: keptn-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand All @@ -95,4 +95,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: keptn-scheduler
namespace: keptn-lifecycle-toolkit-system
namespace: keptn-system
2 changes: 1 addition & 1 deletion scheduler/manifests/install/base/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: keptn-scheduler
namespace: keptn-lifecycle-toolkit-system
namespace: keptn-system
4 changes: 2 additions & 2 deletions scheduler/manifests/install/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace: keptn-lifecycle-toolkit-system
namespace: keptn-system
resources:
- base/deployment.yaml
- base/rbac.yaml
Expand All @@ -19,4 +19,4 @@ patches:
target:
kind: Deployment
name: scheduler
namespace: keptn-lifecycle-toolkit-system
namespace: keptn-system

0 comments on commit c415615

Please sign in to comment.