mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-21 18:39:44 +00:00
fix(fluentbit): RBAC
This commit is contained in:
@@ -5,7 +5,7 @@ metadata:
|
||||
name: "fluentbit"
|
||||
rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["pods", "namespaces"]
|
||||
resources: ["pods", "namespaces", "nodes", "nodes/proxy"]
|
||||
verbs: ["get", "list", "watch"]
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
@@ -20,6 +20,9 @@ subjects:
|
||||
- kind: ServiceAccount
|
||||
name: *app
|
||||
namespace: *app
|
||||
- apiGroup: rbac.authorization.k8s.io
|
||||
kind: Group
|
||||
name: system:serviceaccounts
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
|
||||
Reference in New Issue
Block a user