Skip to content

Commit

Permalink
Showing 3 changed files with 7 additions and 4 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.1.22
version: 1.1.23
appVersion: v1beta2-1.3.6-3.1.1
keywords:
- spark
6 changes: 4 additions & 2 deletions charts/spark-operator-chart/templates/rbac.yaml
Original file line number Diff line number Diff line change
@@ -4,8 +4,9 @@ kind: ClusterRole
metadata:
name: {{ include "spark-operator.fullname" . }}
annotations:
"helm.sh/hook": pre-install
"helm.sh/hook": pre-install, pre-upgrade
"helm.sh/hook-delete-policy": hook-failed, before-hook-creation
"helm.sh/hook-weight": "-10"
labels:
{{- include "spark-operator.labels" . | nindent 4 }}
rules:
@@ -112,8 +113,9 @@ kind: ClusterRoleBinding
metadata:
name: {{ include "spark-operator.fullname" . }}
annotations:
"helm.sh/hook": pre-install
"helm.sh/hook": pre-install, pre-upgrade
"helm.sh/hook-delete-policy": hook-failed, before-hook-creation
"helm.sh/hook-weight": "-10"
labels:
{{- include "spark-operator.labels" . | nindent 4 }}
subjects:
3 changes: 2 additions & 1 deletion charts/spark-operator-chart/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -4,8 +4,9 @@ kind: ServiceAccount
metadata:
name: {{ include "spark-operator.serviceAccountName" . }}
annotations:
"helm.sh/hook": pre-install
"helm.sh/hook": pre-install, pre-upgrade
"helm.sh/hook-delete-policy": hook-failed, before-hook-creation
"helm.sh/hook-weight": "-10"
{{- with .Values.serviceAccounts.sparkoperator.annotations }}
{{ toYaml . | indent 4 }}
{{- end }}

0 comments on commit 5516734

Please sign in to comment.