From 27ab7bdba313f420ac655b9e8fbe157ec23ef62f Mon Sep 17 00:00:00 2001 From: ducoterra Date: Mon, 23 Nov 2020 15:50:11 -0500 Subject: [PATCH] rename jellyfin to helm --- {jellyfin => helm}/.helmignore | 0 {jellyfin => helm}/Chart.yaml | 0 {jellyfin => helm}/templates/cronjob.yaml | 0 {jellyfin => helm}/templates/deploy.yaml | 0 {jellyfin => helm}/templates/ingress.yaml | 0 {jellyfin => helm}/templates/middleware.yaml | 0 {jellyfin => helm}/templates/pvc.yaml | 0 {jellyfin => helm}/templates/service.yaml | 0 {jellyfin => helm}/values.yaml | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {jellyfin => helm}/.helmignore (100%) rename {jellyfin => helm}/Chart.yaml (100%) rename {jellyfin => helm}/templates/cronjob.yaml (100%) rename {jellyfin => helm}/templates/deploy.yaml (100%) rename {jellyfin => helm}/templates/ingress.yaml (100%) rename {jellyfin => helm}/templates/middleware.yaml (100%) rename {jellyfin => helm}/templates/pvc.yaml (100%) rename {jellyfin => helm}/templates/service.yaml (100%) rename {jellyfin => helm}/values.yaml (100%) diff --git a/jellyfin/.helmignore b/helm/.helmignore similarity index 100% rename from jellyfin/.helmignore rename to helm/.helmignore diff --git a/jellyfin/Chart.yaml b/helm/Chart.yaml similarity index 100% rename from jellyfin/Chart.yaml rename to helm/Chart.yaml diff --git a/jellyfin/templates/cronjob.yaml b/helm/templates/cronjob.yaml similarity index 100% rename from jellyfin/templates/cronjob.yaml rename to helm/templates/cronjob.yaml diff --git a/jellyfin/templates/deploy.yaml b/helm/templates/deploy.yaml similarity index 100% rename from jellyfin/templates/deploy.yaml rename to helm/templates/deploy.yaml diff --git a/jellyfin/templates/ingress.yaml b/helm/templates/ingress.yaml similarity index 100% rename from jellyfin/templates/ingress.yaml rename to helm/templates/ingress.yaml diff --git a/jellyfin/templates/middleware.yaml b/helm/templates/middleware.yaml similarity index 100% rename from jellyfin/templates/middleware.yaml rename to helm/templates/middleware.yaml diff --git a/jellyfin/templates/pvc.yaml b/helm/templates/pvc.yaml similarity index 100% rename from jellyfin/templates/pvc.yaml rename to helm/templates/pvc.yaml diff --git a/jellyfin/templates/service.yaml b/helm/templates/service.yaml similarity index 100% rename from jellyfin/templates/service.yaml rename to helm/templates/service.yaml diff --git a/jellyfin/values.yaml b/helm/values.yaml similarity index 100% rename from jellyfin/values.yaml rename to helm/values.yaml