configure app names (#77)

Co-authored-by: Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local>
diff --git a/core/installer/values-tmpl/fluxcd-reconciler.cue b/core/installer/values-tmpl/fluxcd-reconciler.cue
index 8c90648..ebb6c4d 100644
--- a/core/installer/values-tmpl/fluxcd-reconciler.cue
+++ b/core/installer/values-tmpl/fluxcd-reconciler.cue
@@ -1,5 +1,8 @@
 input: {}
 
+name: "fluxcd-reconciler"
+namespace: "fluxcd-reconciler"
+
 images: {
 	fluxcdReconciler: {
 		repository: "giolekva"