This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new 5617321b6 [Fix] Fix rabc lost ingress/deployments resources permission
when flink on k8s. (#3385)
5617321b6 is described below
commit 5617321b666ce78692716be1f54d8efba6386319
Author: mincho wang <[email protected]>
AuthorDate: Mon Dec 11 00:02:36 2023 +0800
[Fix] Fix rabc lost ingress/deployments resources permission when flink on
k8s. (#3385)
Co-authored-by: wangminchao <[email protected]>
---
deploy/helm/streampark/templates/rbac.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/deploy/helm/streampark/templates/rbac.yaml
b/deploy/helm/streampark/templates/rbac.yaml
index 741929429..35166ae9d 100644
--- a/deploy/helm/streampark/templates/rbac.yaml
+++ b/deploy/helm/streampark/templates/rbac.yaml
@@ -31,6 +31,8 @@ rules:
- configmaps
- secrets
- nodes
+ - deployments
+ - ingresses
verbs:
- "*"
{{- end }}