installer: fix how collection of in memory app configs is created (#74)
Was allocating non empty slice before, which followed by appends
would leave nil-s at the beginning of the slice.
Co-authored-by: Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local>
diff --git a/core/installer/Makefile b/core/installer/Makefile
index 461de4d..b29233b 100644
--- a/core/installer/Makefile
+++ b/core/installer/Makefile
@@ -13,7 +13,7 @@
test: export CGO_ENABLED=0
test:
- /usr/local/go/bin/go test ./... -v
+ /usr/local/go/bin/go test ./...
bootstrap:
./pcloud --kubeconfig=../../priv/kubeconfig-hetzner bootstrap --env-name=dodo --charts-dir=../../charts --admin-pub-key=/Users/lekva/.ssh/id_rsa.pub --from-ip=192.168.100.210 --to-ip=192.168.100.240 --storage-dir=/pcloud-storage/longhorn