Skip to content

Commit

Permalink
chore: observer helper (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles authored Jan 6, 2025
1 parent 11994bc commit 7dea3ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/datalayer-observer/templates/_helpers.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{{/*
Define the value for the datalayer run host.
*/}}
{{- define "observer.runHost" -}}
{{- printf "%s" .Values.observer.env.DATALAYER_RUN_URL | replace "https://" "" -}}
{{- end -}}

0 comments on commit 7dea3ce

Please sign in to comment.