AppManager: Format cue files

Change-Id: Ia37908797b0227ab3b66e0faab08dcc2379e5282
diff --git a/core/installer/values-tmpl/config-repo.cue b/core/installer/values-tmpl/config-repo.cue
index 384ee3f..c3f67a6 100644
--- a/core/installer/values-tmpl/config-repo.cue
+++ b/core/installer/values-tmpl/config-repo.cue
@@ -1,28 +1,28 @@
 input: {
 	privateKey: string
-	publicKey: string
-	adminKey: string
+	publicKey:  string
+	adminKey:   string
 }
 
-name: "config-repo"
+name:      "config-repo"
 namespace: "config-repo"
 
 out: {
 	images: {
 		softserve: {
 			repository: "charmcli"
-			name: "soft-serve"
-			tag: "v0.7.1"
+			name:       "soft-serve"
+			tag:        "v0.7.1"
 			pullPolicy: "IfNotPresent"
 		}
 	}
 
 	charts: {
 		softserve: {
-			kind: "GitRepository"
+			kind:    "GitRepository"
 			address: "https://code.v1.dodo.cloud/helm-charts"
-			branch: "main"
-			path: "charts/soft-serve"
+			branch:  "main"
+			path:    "charts/soft-serve"
 		}
 	}
 
@@ -34,13 +34,13 @@
 			values: {
 				serviceType: "ClusterIP"
 				addressPool: ""
-				reservedIP: ""
-				adminKey: input.adminKey
-				privateKey: input.privateKey
-				publicKey: input.publicKey
+				reservedIP:  ""
+				adminKey:    input.adminKey
+				privateKey:  input.privateKey
+				publicKey:   input.publicKey
 				image: {
 					repository: images.softserve.fullName
-					tag: images.softserve.tag
+					tag:        images.softserve.tag
 					pullPolicy: images.softserve.pullPolicy
 				}
 				persistentVolumeClaimName: volume.data.name