Skip to content

Commit 74bfe4c

Browse files
committed
fix: correct name of template attribute
1 parent 3432dcf commit 74bfe4c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
### :bug: Bug Fixes
1111
- [`08e9894`](https://github.com/eigr/spawn-templates/commit/08e9894a65cd538a7de7774a3ebdab0af48235d3) - typo *(commit by @sleipnir)*
12+
- [`3432dcf`](https://github.com/eigr/spawn-templates/commit/3432dcf9152057dee4d3087af9e900b759240b01) - correct attributes *(commit by @sleipnir)*
1213

1314
### :recycle: Refactors
1415
- [`8107300`](https://github.com/eigr/spawn-templates/commit/81073007ad72ece27d59dc0ae90ce032908d0074) - better readmes *(commit by @sleipnir)*

nodejs/cookiecutter.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"app_name_hyphenate": "spawn_example",
44
"app_description": "Spawn Node App.",
55
"app_image_tag": "ttl.sh/spawn-nodejs-example:1h",
6+
"app_port": 8091,
67
"spawn_system": "spawn-system",
78
"spawn_app_spawn_system": "spawn-system",
89
"spawn_app_namespace": "default",

nodejs/{{cookiecutter.app_name}}/.k8s/host.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: {{ cookiecutter.app_name_hyphenate }}
66
namespace: {{ cookiecutter.spawn_app_namespace }}
77
annotations:
8-
spawn-eigr.io/actor-system: {{ cookiecutter.spawn_app_spawm_system }}
8+
spawn-eigr.io/actor-system: {{ cookiecutter.spawn_app_spawn_system }}
99
spec:
1010
host:
1111
image: {{ cookiecutter.app_image_tag }}

0 commit comments

Comments
 (0)