Skip to content

Commit

Permalink
[FIX] add namespace required on role (#53)
Browse files Browse the repository at this point in the history
[FIX] add namespace required on role (#53)
  • Loading branch information
etaques authored Jan 25, 2023
1 parent 3d0b024 commit 3eca2f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/orb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: orb
description: Orb Observability Platform
icon: https://avatars1.githubusercontent.com/u/13207490
type: application
version: 1.0.42
version: 1.0.43
appVersion: "0.22.0"
home: https://getorb.io
sources:
Expand Down
1 change: 1 addition & 0 deletions charts/orb/templates/maestro-service-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: {{ .Values.maestro.rbac.serviceAccountName }}
namespace: {{ .Values.maestro.rbac.serviceAccountNamespace }}
roleRef:
kind: ClusterRole
name: {{ .Values.maestro.rbac.ClusterRole }}
Expand Down

0 comments on commit 3eca2f3

Please sign in to comment.