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