File tree Expand file tree Collapse file tree
{{cookiecutter.app_name}}/.k8s Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "app_name" : " spawn_example" ,
3- "spawn_system" : " spawn-system"
3+ "app_description" : " Spawn Node App." ,
4+ "app_image_tag" : " ttl.sh/spawn-nodejs-example:1h" ,
5+ "spawn_system" : " spawn-system" ,
6+ "spawn_app_spawn_system" : " spawn-system" ,
7+ "spawn_app_namespace" : " default" ,
8+ "spawn_app_statestore_type" : " native" ,
9+ "spawn_sdk_version" : " v1.3.1" ,
10+ "_copy_without_render" : [
11+ " .github" ,
12+ " docs" ,
13+ " .dockerignore" ,
14+ " .gitignore" ,
15+ " .envrc"
16+ ]
417}
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ metadata:
77spec :
88 statestore :
99 type : {{ cookiecutter.spawn_app_statestore_type }}
10- credentialsSecretRef : " {{ cookiecutter.spawn_app_statestore_type }}-connection-secret"
1110 externalInvocation :
1211 enabled : " true"
1312 externalConnectorRef : invocation-connection-ref-secret
You can’t perform that action at this time.
0 commit comments