Skip to content

Commit

Permalink
correct api url
Browse files Browse the repository at this point in the history
  • Loading branch information
jimid27 committed Dec 6, 2023
1 parent 83bbec4 commit 029575d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
{{- end }}
env:
- name: PREFECT_API_URL
value: {{ .Values.prefectServerApi }}
value: {{ .Values.prefectApiUrl }}
{{- if .Values.env }}
{{- range $key, $value := .Values.env }}
- name: {{ $key | upper }}
Expand Down

0 comments on commit 029575d

Please sign in to comment.