Skip to content

Commit

Permalink
fix: Enhance k8s permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lintingbin committed Aug 14, 2024
1 parent 9314938 commit 20897f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion helm/streampark/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,6 +31,10 @@ rules:
- configmaps
- secrets
- nodes
- deployments
- ingresses
- replicasets
- pods/log
verbs:
- "*"
{{- end }}
Expand Down

0 comments on commit 20897f3

Please sign in to comment.