Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Remove dead macros
Browse files Browse the repository at this point in the history
Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
  • Loading branch information
mrsabath authored and marcofranssen committed May 16, 2023
1 parent bd86518 commit f5efa0c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions charts/spire/charts/spire-server/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -167,18 +167,3 @@ Tornjak specific section
{{- define "spire-tornjak.backend" -}}
{{ include "spire-tornjak.fullname" . }}-be
{{- end }}

{{/*
Create URL for accessing Tornjak Backend
*/}}
{{- define "tornjak.apiURL" -}}
{{- default .Values.tornjak.config.frontend.apiServerURL }}
{{- end }}

{{/*
Create URL for accessing Tornjak Frontend
*/}}
{{- define "tornjak.frontendURL" -}}
{{- $feurl := print "http://localhost:3000" }}
{{- $feurl }}
{{- end }}

0 comments on commit f5efa0c

Please sign in to comment.