installer: create individual soft-serve instances for each env
diff --git a/core/installer/welcome/create-env.html b/core/installer/welcome/create-env.html
index abaa197..d9f62c5 100644
--- a/core/installer/welcome/create-env.html
+++ b/core/installer/welcome/create-env.html
@@ -23,6 +23,12 @@
placeholder="Contact Email"
required
/>
+ <input
+ type="string"
+ name="admin-public-key"
+ placeholder="Admin SSH Public Key"
+ required
+ /> <!-- TODO(gio): remove-->
<textarea
name="secret-token"
placeholder="Secret Token"