AppManager: Add API endpoint to install dodo app
Refactors cue definitions.
Next steps:
* Needs some cleanup, namespace is hard coded ...
* Maybe merge with regular install API
* Support exposing ports across clusters
Change-Id: Ibfc3c3f742b61f2c5874012fe6c77b958eae81d9
diff --git a/core/installer/reconcile.sh b/core/installer/reconcile.sh
new file mode 100755
index 0000000..f8b3295
--- /dev/null
+++ b/core/installer/reconcile.sh
@@ -0,0 +1,5 @@
+while true
+do
+ flux reconcile source git -n hgrz hgrz
+ flux reconcile kustomization -n hgrz hgrz
+done