Skip to content

Commit

Permalink
fix: interpreter envFrom does not work
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Chen <github@chenyicn.net>
  • Loading branch information
ChenYi015 committed Nov 19, 2024
1 parent bc85537 commit a69de89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/zeppelin/templates/interpreter/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ data:
{{- with .Values.interpreter.env }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.interpreter.envFrom }}
envFrom:
{{- toYaml . | nindent 8 }}
{{- end }}
{% if zeppelin.k8s.interpreter.cores is defined and zeppelin.k8s.interpreter.memory is defined %}
resources:
requests:
Expand Down

0 comments on commit a69de89

Please sign in to comment.