configure app names (#77)

Co-authored-by: Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local>
diff --git a/core/installer/values-tmpl/headscale-controller.cue b/core/installer/values-tmpl/headscale-controller.cue
index 8a9756b..86570ed 100644
--- a/core/installer/values-tmpl/headscale-controller.cue
+++ b/core/installer/values-tmpl/headscale-controller.cue
@@ -1,5 +1,8 @@
 input: {}
 
+name: "headscale-controller"
+namespace: "core-headscale"
+
 images: {
 	headscaleController: {
 		repository: "giolekva"