Skip to content

Commit

Permalink
Added permissions to handle ingress (helm#11177)
Browse files Browse the repository at this point in the history
Signed-off-by: Chaoran Yu <[email protected]>
Signed-off-by: Samir Musali <[email protected]>
  • Loading branch information
yuchaoran2011 authored and Samir Musali committed Feb 6, 2019
1 parent 625ddc7 commit 984f24f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion incubator/sparkoperator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sparkoperator
description: A Helm chart for Spark on Kubernetes operator
version: 0.1.7
version: 0.1.8
appVersion: v1beta1-0.7-2.4.0
kubeVersion: ">=1.8.0-0"
keywords:
Expand Down
3 changes: 3 additions & 0 deletions incubator/sparkoperator/templates/spark-operator-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ rules:
- apiGroups: [""]
resources: ["services", "configmaps", "secrets"]
verbs: ["create", "get", "delete"]
- apiGroups: ["extensions"]
resources: ["ingresses"]
verbs: ["create", "get", "delete"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get"]
Expand Down

0 comments on commit 984f24f

Please sign in to comment.