From fa8b54a8f4e237b29bc7c098d6604854b3e7c457 Mon Sep 17 00:00:00 2001 From: Jon Ervine Date: Thu, 8 Apr 2021 22:48:11 +0800 Subject: [PATCH] rename --- {emby => embyserver}/.helmignore | 0 {emby => embyserver}/Chart.yaml | 0 {emby => embyserver}/emby.png | Bin {emby => embyserver}/templates/NOTES.txt | 0 {emby => embyserver}/templates/_helpers.tpl | 0 {emby => embyserver}/templates/configmap.yaml | 0 {emby => embyserver}/templates/ingress.yaml | 0 {emby => embyserver}/templates/service.yaml | 0 {emby => embyserver}/templates/serviceaccount.yaml | 0 {emby => embyserver}/templates/statefulset.yaml | 0 .../templates/tests/test-connection.yaml | 0 {emby => embyserver}/values.yaml | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename {emby => embyserver}/.helmignore (100%) rename {emby => embyserver}/Chart.yaml (100%) rename {emby => embyserver}/emby.png (100%) rename {emby => embyserver}/templates/NOTES.txt (100%) rename {emby => embyserver}/templates/_helpers.tpl (100%) rename {emby => embyserver}/templates/configmap.yaml (100%) rename {emby => embyserver}/templates/ingress.yaml (100%) rename {emby => embyserver}/templates/service.yaml (100%) rename {emby => embyserver}/templates/serviceaccount.yaml (100%) rename {emby => embyserver}/templates/statefulset.yaml (100%) rename {emby => embyserver}/templates/tests/test-connection.yaml (100%) rename {emby => embyserver}/values.yaml (100%) diff --git a/emby/.helmignore b/embyserver/.helmignore similarity index 100% rename from emby/.helmignore rename to embyserver/.helmignore diff --git a/emby/Chart.yaml b/embyserver/Chart.yaml similarity index 100% rename from emby/Chart.yaml rename to embyserver/Chart.yaml diff --git a/emby/emby.png b/embyserver/emby.png similarity index 100% rename from emby/emby.png rename to embyserver/emby.png diff --git a/emby/templates/NOTES.txt b/embyserver/templates/NOTES.txt similarity index 100% rename from emby/templates/NOTES.txt rename to embyserver/templates/NOTES.txt diff --git a/emby/templates/_helpers.tpl b/embyserver/templates/_helpers.tpl similarity index 100% rename from emby/templates/_helpers.tpl rename to embyserver/templates/_helpers.tpl diff --git a/emby/templates/configmap.yaml b/embyserver/templates/configmap.yaml similarity index 100% rename from emby/templates/configmap.yaml rename to embyserver/templates/configmap.yaml diff --git a/emby/templates/ingress.yaml b/embyserver/templates/ingress.yaml similarity index 100% rename from emby/templates/ingress.yaml rename to embyserver/templates/ingress.yaml diff --git a/emby/templates/service.yaml b/embyserver/templates/service.yaml similarity index 100% rename from emby/templates/service.yaml rename to embyserver/templates/service.yaml diff --git a/emby/templates/serviceaccount.yaml b/embyserver/templates/serviceaccount.yaml similarity index 100% rename from emby/templates/serviceaccount.yaml rename to embyserver/templates/serviceaccount.yaml diff --git a/emby/templates/statefulset.yaml b/embyserver/templates/statefulset.yaml similarity index 100% rename from emby/templates/statefulset.yaml rename to embyserver/templates/statefulset.yaml diff --git a/emby/templates/tests/test-connection.yaml b/embyserver/templates/tests/test-connection.yaml similarity index 100% rename from emby/templates/tests/test-connection.yaml rename to embyserver/templates/tests/test-connection.yaml diff --git a/emby/values.yaml b/embyserver/values.yaml similarity index 100% rename from emby/values.yaml rename to embyserver/values.yaml