Skip to content

Commit

Permalink
feat(helm/chart/template): set namespace for RBAC's srv acc
Browse files Browse the repository at this point in the history
Signed-off-by: hainenber <[email protected]>
  • Loading branch information
hainenber committed Jan 6, 2024
1 parent cbdfc87 commit fc7f873
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions operations/helm/charts/grafana-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ internal API changes are not present.
Unreleased
----------

### Bugfixes

- Configure namespace for service account when RBAC resources is created. (@hainenber)

0.30.0 (2024-01-05)
-------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "grafana-agent.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "grafana-agent.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.additionalLabels }}
Expand Down

0 comments on commit fc7f873

Please sign in to comment.