diff --git a/incubator/sparkoperator/Chart.yaml b/incubator/sparkoperator/Chart.yaml index a058ae5089..8ebfeb82fb 100644 --- a/incubator/sparkoperator/Chart.yaml +++ b/incubator/sparkoperator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: sparkoperator description: A Helm chart for Spark on Kubernetes operator -version: 0.8.3 +version: 0.8.4 appVersion: v1beta2-1.2.0-3.0.0 keywords: - spark diff --git a/incubator/sparkoperator/templates/webhook-init-job.yaml b/incubator/sparkoperator/templates/webhook-init-job.yaml index dcf6639722..969d0adfdb 100644 --- a/incubator/sparkoperator/templates/webhook-init-job.yaml +++ b/incubator/sparkoperator/templates/webhook-init-job.yaml @@ -10,13 +10,13 @@ metadata: app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} spec: - metadata: - name: {{ include "sparkoperator.fullname" . }}-webhook-init - {{- if .Values.istio.enabled }} - annotations: - "sidecar.istio.io/inject": "false" - {{- end }} template: + metadata: + name: {{ include "sparkoperator.fullname" . }}-webhook-init + {{- if .Values.istio.enabled }} + annotations: + "sidecar.istio.io/inject": "false" + {{- end }} spec: serviceAccountName: {{ include "sparkoperator.serviceAccountName" . }} restartPolicy: OnFailure