Skip to content

Commit

Permalink
Add defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
sleipnir committed Aug 25, 2024
1 parent 8107300 commit a2dd18e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
15 changes: 14 additions & 1 deletion nodejs/cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
{
"app_name": "spawn_example",
"spawn_system": "spawn-system"
"app_description": "Spawn Node App.",
"app_image_tag": "ttl.sh/spawn-nodejs-example:1h",
"spawn_system": "spawn-system",
"spawn_app_spawn_system": "spawn-system",
"spawn_app_namespace": "default",
"spawn_app_statestore_type": "native",
"spawn_sdk_version": "v1.3.1",
"_copy_without_render": [
".github",
"docs",
".dockerignore",
".gitignore",
".envrc"
]
}
1 change: 0 additions & 1 deletion nodejs/{{cookiecutter.app_name}}/.k8s/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
spec:
statestore:
type: {{ cookiecutter.spawn_app_statestore_type }}
credentialsSecretRef: "{{ cookiecutter.spawn_app_statestore_type }}-connection-secret"
externalInvocation:
enabled: "true"
externalConnectorRef: invocation-connection-ref-secret

0 comments on commit a2dd18e

Please sign in to comment.