diff --git a/helm/streampark/templates/rbac.yaml b/helm/streampark/templates/rbac.yaml index 7419294293..474425d743 100644 --- a/helm/streampark/templates/rbac.yaml +++ b/helm/streampark/templates/rbac.yaml @@ -21,7 +21,7 @@ RBAC rules used to create the operator (cluster)role based on the scope {{- define "streampark.rbacRules" }} rules: - apiGroups: - - "" + - "*" resources: - pods - services @@ -31,6 +31,10 @@ rules: - configmaps - secrets - nodes + - deployments + - ingresses + - replicasets + - pods/log verbs: - "*" {{- end }}