Skip to content

Commit

Permalink
Added quotes for openTelemetryEndpoint in slate-conf.yml. (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhgriffith-uofu authored Feb 15, 2024
1 parent 4543016 commit 6a35adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/chart/templates/configmaps/slate-conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
geocodeEndpoint={{ .Values.geocodeEndpoint }}
helmIncubatorRepo={{ .Values.helmIncubatorRepo }}
helmStableRepo={{ .Values.helmStableRepo }}
openTelemetryEndpoint={{ .Values.openTelemetryEndpoint }}
openTelemetryEndpoint="{{ .Values.openTelemetryEndpoint }}"
mailgunEndpoint={{ .Values.mailgunEndpoint }}
opsEmail={{ .Values.opsEmail }}
port={{ .Values.apiPort }}
Expand Down

0 comments on commit 6a35adf

Please sign in to comment.