diff --git a/charts/orb/Chart.yaml b/charts/orb/Chart.yaml index a1f7d1a..d83de28 100644 --- a/charts/orb/Chart.yaml +++ b/charts/orb/Chart.yaml @@ -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: diff --git a/charts/orb/templates/maestro-service-account.yaml b/charts/orb/templates/maestro-service-account.yaml index 769ba2e..d679de9 100644 --- a/charts/orb/templates/maestro-service-account.yaml +++ b/charts/orb/templates/maestro-service-account.yaml @@ -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 }}