Skip to content

Commit

Permalink
fix: correct name of template attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano Santos committed Aug 26, 2024
1 parent 3432dcf commit 74bfe4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

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

### :recycle: Refactors
- [`8107300`](https://github.com/eigr/spawn-templates/commit/81073007ad72ece27d59dc0ae90ce032908d0074) - better readmes *(commit by @sleipnir)*
Expand Down
1 change: 1 addition & 0 deletions nodejs/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"app_name_hyphenate": "spawn_example",
"app_description": "Spawn Node App.",
"app_image_tag": "ttl.sh/spawn-nodejs-example:1h",
"app_port": 8091,
"spawn_system": "spawn-system",
"spawn_app_spawn_system": "spawn-system",
"spawn_app_namespace": "default",
Expand Down
2 changes: 1 addition & 1 deletion nodejs/{{cookiecutter.app_name}}/.k8s/host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: {{ cookiecutter.app_name_hyphenate }}
namespace: {{ cookiecutter.spawn_app_namespace }}
annotations:
spawn-eigr.io/actor-system: {{ cookiecutter.spawn_app_spawm_system }}
spawn-eigr.io/actor-system: {{ cookiecutter.spawn_app_spawn_system }}
spec:
host:
image: {{ cookiecutter.app_image_tag }}
Expand Down

0 comments on commit 74bfe4c

Please sign in to comment.