Skip to content

Commit

Permalink
fix spark-rbac (#1986)
Browse files Browse the repository at this point in the history
* remove non-existent field

Signed-off-by: Aran Shavit <[email protected]>

* bump version

Signed-off-by: Aran Shavit <[email protected]>

* README

Signed-off-by: Aran Shavit <[email protected]>

---------

Signed-off-by: Aran Shavit <[email protected]>
  • Loading branch information
Aransh authored Apr 17, 2024
1 parent dede190 commit c01e91d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/spark-operator-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: spark-operator
description: A Helm chart for Spark on Kubernetes operator
version: 1.2.9
version: 1.2.10
appVersion: v1beta2-1.4.3-3.5.0
keywords:
- spark
Expand Down
2 changes: 1 addition & 1 deletion charts/spark-operator-chart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# spark-operator

![Version: 1.2.9](https://img.shields.io/badge/Version-1.2.9-informational?style=flat-square) ![AppVersion: v1beta2-1.4.3-3.5.0](https://img.shields.io/badge/AppVersion-v1beta2--1.4.3--3.5.0-informational?style=flat-square)
![Version: 1.2.10](https://img.shields.io/badge/Version-1.2.10-informational?style=flat-square) ![AppVersion: v1beta2-1.4.3-3.5.0](https://img.shields.io/badge/AppVersion-v1beta2--1.4.3--3.5.0-informational?style=flat-square)

A Helm chart for Spark on Kubernetes operator

Expand Down
1 change: 0 additions & 1 deletion charts/spark-operator-chart/templates/spark-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ subjects:
roleRef:
kind: Role
name: spark-role
namespace: {{ $jobNamespace }}
apiGroup: rbac.authorization.k8s.io
{{- end }}
{{- end }}

0 comments on commit c01e91d

Please sign in to comment.