This repository was archived by the owner on Sep 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type: application
2222# This is the chart version. This version number should be incremented each time you make changes
2323# to the chart and its templates, including the app version.
2424# Versions are expected to follow Semantic Versioning (https://semver.org/)
25- version : 4.0.4
25+ version : 4.0.5
2626
2727# This is the version number of the application being deployed. This version number should be
2828# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 1+ {{ include "library-chart.configMapCoreSite" . }}
Original file line number Diff line number Diff line change 3333 {{- end }}
3434 - name : {{$volumeName}}
3535 emptyDir : {}
36+ - name : config-coresite
37+ configMap :
38+ name : {{ include "library-chart.configMapNameCoreSite" . }}
3639 {{- with .Values.imagePullSecrets }}
3740 imagePullSecrets :
3841 {{- toYaml . | nindent 8 }}
7881 - mountPath : /data
7982 name : {{$volumeName}}
8083 - mountPath : /home/{{ .Values.service.user}}/work
81- name : home
84+ name : home
85+ - mountPath : /opt/hadoop/etc/hadoop/core-site.xml
86+ subPath : core-site.xml
87+ name : config-coresite
8288 initContainers :
8389 - name : standard-init
8490 image : " busybox"
Original file line number Diff line number Diff line change 4141 secretAccessKey : " "
4242 sessionToken : " "
4343
44+ coresite :
45+ configMapName : " "
4446
4547# This is a YAML-formatted file.
4648# Declare variables to be passed into your templates.
You can’t perform that action at this time.
0 commit comments