File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
charts/spark-operator-chart Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : spark-operator
3
3
description : A Helm chart for Spark on Kubernetes operator
4
- version : 1.3.0
4
+ version : 1.3.1
5
5
appVersion : v1beta2-1.4.2-3.5.0
6
6
keywords :
7
7
- spark
Original file line number Diff line number Diff line change 1
1
# spark-operator
2
2
3
- ![ Version: 1.3.0 ] ( https://img.shields.io/badge/Version-1.3.0 -informational?style=flat-square ) ![ AppVersion: v1beta2-1.4.2-3.5.0] ( https://img.shields.io/badge/AppVersion-v1beta2--1.4.2--3.5.0-informational?style=flat-square )
3
+ ![ Version: 1.3.1 ] ( https://img.shields.io/badge/Version-1.3.1 -informational?style=flat-square ) ![ AppVersion: v1beta2-1.4.2-3.5.0] ( https://img.shields.io/badge/AppVersion-v1beta2--1.4.2--3.5.0-informational?style=flat-square )
4
4
5
5
A Helm chart for Spark on Kubernetes operator
6
6
Original file line number Diff line number Diff line change 48
48
- name : {{ .Chart.Name }}
49
49
image : {{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}
50
50
imagePullPolicy : {{ .Values.image.pullPolicy }}
51
+ {{- if gt (int .Values.replicaCount) 1 }}
52
+ env :
53
+ - name : POD_NAME
54
+ valueFrom :
55
+ fieldRef :
56
+ apiVersion : v1
57
+ fieldPath : metadata.name
58
+ {{- end }}
51
59
envFrom :
52
60
{{- toYaml .Values.envFrom | nindent 10 }}
53
61
securityContext :
You can’t perform that action at this time.
0 commit comments