Skip to content

Commit 7c0528c

Browse files
TeddyAndrieuxmarcofranssen
authored andcommitted
charts/fluent-operator: Add namespace to the ServiceAccount
Fixes: #1589 Signed-off-by: Teddy Andrieux <[email protected]>
1 parent b71a2d2 commit 7c0528c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/fluent-operator/templates/serviceaccount.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ apiVersion: v1
33
kind: ServiceAccount
44
metadata:
55
name: fluent-operator
6+
namespace: {{ .Release.Namespace | quote }}
67
labels:
78
app.kubernetes.io/component: operator
89
app.kubernetes.io/name: fluent-operator
9-
{{- end }}
10+
{{- end }}

0 commit comments

Comments
 (0)