We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
namespace
1 parent b71a2d2 commit 7c0528cCopy full SHA for 7c0528c
charts/fluent-operator/templates/serviceaccount.yaml
@@ -3,7 +3,8 @@ apiVersion: v1
3
kind: ServiceAccount
4
metadata:
5
name: fluent-operator
6
+ namespace: {{ .Release.Namespace | quote }}
7
labels:
8
app.kubernetes.io/component: operator
9
app.kubernetes.io/name: fluent-operator
-{{- end }}
10
+{{- end }}
0 commit comments