hongbo-miao/hongbomiao.com

View on GitHub
kubernetes/manifests-raw/fluentbit/fluent-bit-role-1.22.yaml

Summary

Maintainability
Test Coverage
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
  name: fluent-bit-read
rules:
- apiGroups: [""]
  resources:
  - namespaces
  - pods
  verbs: ["get", "list", "watch"]