From f5efa0cefd46462f6bd9798d80267ce97b929d3a Mon Sep 17 00:00:00 2001 From: Mariusz Sabath Date: Thu, 4 May 2023 10:29:25 -0400 Subject: [PATCH] Remove dead macros Signed-off-by: Mariusz Sabath --- .../charts/spire-server/templates/_helpers.tpl | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/charts/spire/charts/spire-server/templates/_helpers.tpl b/charts/spire/charts/spire-server/templates/_helpers.tpl index 864b9f7..2851e4b 100644 --- a/charts/spire/charts/spire-server/templates/_helpers.tpl +++ b/charts/spire/charts/spire-server/templates/_helpers.tpl @@ -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 }}