Skip to content

Commit

Permalink
revert: bring back namespace to roles in helm
Browse files Browse the repository at this point in the history
  • Loading branch information
blumamir committed Dec 20, 2024
1 parent 582aed1 commit 5e712e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/odigos/templates/autoscaler/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: odigos-autoscaler
namespace: {{ .Release.Namespace }}
rules:
- apiGroups:
- ""
Expand Down
1 change: 1 addition & 0 deletions helm/odigos/templates/scheduler/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: odigos-scheduler
namespace: {{ .Release.Namespace }}
rules:
- apiGroups:
- ""
Expand Down

0 comments on commit 5e712e4

Please sign in to comment.