diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index 1594cc2..5798577 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -220,15 +220,6 @@ https {{- end -}} {{- end -}} -{{- define "gitea.act_runner.local_root_url" -}} -{{- if not .Values.gitea.config.server.LOCAL_ROOT_URL -}} - {{- printf "http://%s-http:%.0f" (include "gitea.fullname" .) .Values.service.http.port -}} -{{- else -}} - {{/* fallback for allowing to overwrite this value via inline config */}} - {{- .Values.gitea.config.server.LOCAL_ROOT_URL -}} -{{- end -}} -{{- end -}} - {{- define "gitea.inline_configuration" -}} {{- include "gitea.inline_configuration.init" . -}} {{- include "gitea.inline_configuration.defaults" . -}}