diff options
Diffstat (limited to 'tools/eck-operator')
-rw-r--r-- | tools/eck-operator/templates/beat.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/eck-operator/templates/beat.yaml b/tools/eck-operator/templates/beat.yaml index aea6b9f..4bb5ff1 100644 --- a/tools/eck-operator/templates/beat.yaml +++ b/tools/eck-operator/templates/beat.yaml @@ -2,6 +2,7 @@ apiVersion: beat.k8s.elastic.co/v1beta1 kind: Beat metadata: name: log-storage + namespace: monitoring spec: type: filebeat version: 8.14.1 @@ -84,7 +85,7 @@ apiVersion: v1 kind: ServiceAccount metadata: name: filebeat - namespace: elastic-system + namespace: monitoring --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding @@ -93,7 +94,7 @@ metadata: subjects: - kind: ServiceAccount name: filebeat - namespace: elastic-system + namespace: monitoring roleRef: kind: ClusterRole name: filebeat |