From 90e6e65f84080c41064c6d0c18a912f01f4e9ab6 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Tue, 19 May 2026 18:29:44 -0400 Subject: [PATCH] Fixed --- {helm/chart => chart}/Chart.yaml | 0 chart/templates/_helpers.tpl | 7 +++++++ {helm/chart => chart}/templates/deployment.yaml | 0 {helm/chart => chart}/templates/namespace.yaml | 0 {helm/chart => chart}/templates/pvc.yaml | 0 {helm/chart => chart}/templates/service.yaml | 0 {helm/chart => chart}/values.yaml | 0 7 files changed, 7 insertions(+) rename {helm/chart => chart}/Chart.yaml (100%) create mode 100644 chart/templates/_helpers.tpl rename {helm/chart => chart}/templates/deployment.yaml (100%) rename {helm/chart => chart}/templates/namespace.yaml (100%) rename {helm/chart => chart}/templates/pvc.yaml (100%) rename {helm/chart => chart}/templates/service.yaml (100%) rename {helm/chart => chart}/values.yaml (100%) diff --git a/helm/chart/Chart.yaml b/chart/Chart.yaml similarity index 100% rename from helm/chart/Chart.yaml rename to chart/Chart.yaml diff --git a/chart/templates/_helpers.tpl b/chart/templates/_helpers.tpl new file mode 100644 index 0000000..68969a6 --- /dev/null +++ b/chart/templates/_helpers.tpl @@ -0,0 +1,7 @@ +{{- define "timeclock.name" -}} +timeclock +{{- end }} + +{{- define "timeclock.fullname" -}} +{{ include "timeclock.name" . }} +{{- end }} \ No newline at end of file diff --git a/helm/chart/templates/deployment.yaml b/chart/templates/deployment.yaml similarity index 100% rename from helm/chart/templates/deployment.yaml rename to chart/templates/deployment.yaml diff --git a/helm/chart/templates/namespace.yaml b/chart/templates/namespace.yaml similarity index 100% rename from helm/chart/templates/namespace.yaml rename to chart/templates/namespace.yaml diff --git a/helm/chart/templates/pvc.yaml b/chart/templates/pvc.yaml similarity index 100% rename from helm/chart/templates/pvc.yaml rename to chart/templates/pvc.yaml diff --git a/helm/chart/templates/service.yaml b/chart/templates/service.yaml similarity index 100% rename from helm/chart/templates/service.yaml rename to chart/templates/service.yaml diff --git a/helm/chart/values.yaml b/chart/values.yaml similarity index 100% rename from helm/chart/values.yaml rename to chart/values.yaml