summaryrefslogtreecommitdiffstats
path: root/kubernetes/templates/_helpers.tpl
diff options
context:
space:
mode:
authorÉmilien (perso) <4016501+unixfox@users.noreply.github.com>2024-05-27 00:40:43 +0200
committerGitHub <noreply@github.com>2024-05-27 00:40:43 +0200
commit1ae14cc22468ce6e0eb794752b113604b1d5582d (patch)
tree419c37aa2e34d90c2dd3b5a8e5c3f22b4142ad12 /kubernetes/templates/_helpers.tpl
parenteda7444ca46dbc3941205316baba8030fe0b2989 (diff)
downloadinvidious-1ae14cc22468ce6e0eb794752b113604b1d5582d.tar.gz
invidious-1ae14cc22468ce6e0eb794752b113604b1d5582d.tar.bz2
invidious-1ae14cc22468ce6e0eb794752b113604b1d5582d.zip
move helm chart to a dedicated github repository (#4711)
Diffstat (limited to 'kubernetes/templates/_helpers.tpl')
-rw-r--r--kubernetes/templates/_helpers.tpl16
1 files changed, 0 insertions, 16 deletions
diff --git a/kubernetes/templates/_helpers.tpl b/kubernetes/templates/_helpers.tpl
deleted file mode 100644
index 52158b78..00000000
--- a/kubernetes/templates/_helpers.tpl
+++ /dev/null
@@ -1,16 +0,0 @@
-{{/* vim: set filetype=mustache: */}}
-{{/*
-Expand the name of the chart.
-*/}}
-{{- define "invidious.name" -}}
-{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}}
-{{- end -}}
-
-{{/*
-Create a default fully qualified app name.
-We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
-*/}}
-{{- define "invidious.fullname" -}}
-{{- $name := default .Chart.Name .Values.nameOverride -}}
-{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}}
-{{- end -}}