Skip to content

Commit d0668e9

Browse files
committed
fix: pass defaults to options
1 parent b51ccb4 commit d0668e9

File tree

1 file changed

+6
-0
lines changed
  • spawnctl/lib/spawnctl/commands/new

1 file changed

+6
-0
lines changed

spawnctl/lib/spawnctl/commands/new/node.ex

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ defmodule SpawnCtl.Commands.New.Node do
2121

2222
@default_opts %{
2323
actor_system: "spawn-system",
24+
app_namespace: "default",
25+
app_description: "Spawn Node App.",
26+
app_image_tag: "ttl.sh/spawn-node-example:1h",
27+
statestore_user: "admin",
28+
statestore_pwd: "admin",
29+
statestore_key: "myfake-key-3Jnb0hZiHIzHTOih7t2cTEPEpY98Tu1wvQkPfq/XwqE="
2430
allowed_template_versions: [
2531
"v#{@vsn}",
2632
"v1.4.2"

0 commit comments

Comments
 (0)