From 0607757aee2fbecbca732cb2a99c20697ddb0446 Mon Sep 17 00:00:00 2001 From: Maximilian Blatt Date: Fri, 15 Dec 2023 10:43:07 +0100 Subject: [PATCH] fix: Add RBAC permissions for input and clusterinput Signed-off-by: Maximilian Blatt --- .../fluent-operator/templates/fluent-operator-clusterRole.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/fluent-operator/templates/fluent-operator-clusterRole.yaml b/charts/fluent-operator/templates/fluent-operator-clusterRole.yaml index 73f109760..7fc48bc44 100644 --- a/charts/fluent-operator/templates/fluent-operator-clusterRole.yaml +++ b/charts/fluent-operator/templates/fluent-operator-clusterRole.yaml @@ -83,6 +83,8 @@ rules: - filters - clusteroutputs - outputs + - inputs + - clusterinputs verbs: - create - delete