Skip to content

Commit

Permalink
remove extra env var assignment (#2518)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjayesh authored and AlexejPenner committed Mar 18, 2024
1 parent ea5d47f commit ce8cdb3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ spec:
value: {{ $value | quote }}
{{- end }}
{{- end }}
{{- if .Values.zenml.baseURL }}
- name: ZENML_SERVER_BASE_URL
value: {{ .Values.zenml.baseURL | quote }}
{{- end }}
envFrom:
- secretRef:
name: {{ include "zenml.fullname" . }}
Expand Down

0 comments on commit ce8cdb3

Please sign in to comment.