Skip to content

Commit

Permalink
fix clusterrole and manifest
Browse files Browse the repository at this point in the history
Signed-off-by: zhu733756 <zhu733756@kubesphere.io>
  • Loading branch information
zhu733756 committed Feb 10, 2022
1 parent dd64a30 commit 1695591
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@ spec:
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"

---
apiVersion: fluentd.fluent.io/v1alpha1
kind: ClusterFluentdConfig
metadata:
name: fluentd-config
labels:
config.fluentd.fluent.io/enabled: "true"
spec:
filterSelector:
matchLabels:
filter.fluentd.fluent.io/enabled: "true"
outputSelector:
matchLabels:
output.fluentd.fluent.io/enabled: "true"

---
apiVersion: fluentd.fluent.io/v1alpha1
Expand Down
1 change: 1 addition & 0 deletions manifests/setup/fluent-operator-clusterRole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
- serviceaccounts
- configmaps
- services
- namespaces
verbs:
- create
- delete
Expand Down
1 change: 1 addition & 0 deletions manifests/setup/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11020,6 +11020,7 @@ rules:
- serviceaccounts
- configmaps
- services
- namespaces
verbs:
- create
- delete
Expand Down

0 comments on commit 1695591

Please sign in to comment.