Skip to content

Commit

Permalink
fix: missing config keys
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 28, 2024
1 parent ddee48b commit 2facf38
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/app/lapras.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ $schema: ./schema.json

app:
landscape: lapras
populator:
delay: 0.5
watcher:
delay: 1
cache:
live:
endpoints:
Expand Down
4 changes: 4 additions & 0 deletions config/app/pichu.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ $schema: ./schema.json

app:
landscape: pichu
populator:
delay: 0.5
watcher:
delay: 1
cache:
live:
endpoints:
Expand Down
4 changes: 4 additions & 0 deletions config/app/pikachu.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ $schema: ./schema.json

app:
landscape: pikachu
populator:
delay: 0.5
watcher:
delay: 1
cache:
live:
endpoints:
Expand Down
4 changes: 4 additions & 0 deletions config/app/raichu.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ $schema: ./schema.json

app:
landscape: raichu
populator:
delay: 0.5
watcher:
delay: 1
cache:
live:
endpoints:
Expand Down
4 changes: 4 additions & 0 deletions infra/cron_chart/app/lapras.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ $schema: ./schema.json

app:
landscape: lapras
populator:
delay: 0.5
watcher:
delay: 1
cache:
live:
endpoints:
Expand Down
4 changes: 4 additions & 0 deletions infra/cron_chart/app/pichu.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ $schema: ./schema.json

app:
landscape: pichu
populator:
delay: 0.5
watcher:
delay: 1
cache:
live:
endpoints:
Expand Down
4 changes: 4 additions & 0 deletions infra/cron_chart/app/pikachu.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ $schema: ./schema.json

app:
landscape: pikachu
populator:
delay: 0.5
watcher:
delay: 1
cache:
live:
endpoints:
Expand Down
4 changes: 4 additions & 0 deletions infra/cron_chart/app/raichu.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ $schema: ./schema.json

app:
landscape: raichu
populator:
delay: 0.5
watcher:
delay: 1
cache:
live:
endpoints:
Expand Down
4 changes: 4 additions & 0 deletions infra/root_chart/app/lapras.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ $schema: ./schema.json

app:
landscape: lapras
populator:
delay: 0.5
watcher:
delay: 1
cache:
live:
endpoints:
Expand Down
4 changes: 4 additions & 0 deletions infra/root_chart/app/pichu.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ $schema: ./schema.json

app:
landscape: pichu
populator:
delay: 0.5
watcher:
delay: 1
cache:
live:
endpoints:
Expand Down
4 changes: 4 additions & 0 deletions infra/root_chart/app/pikachu.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ $schema: ./schema.json

app:
landscape: pikachu
populator:
delay: 0.5
watcher:
delay: 1
cache:
live:
endpoints:
Expand Down
4 changes: 4 additions & 0 deletions infra/root_chart/app/raichu.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ $schema: ./schema.json

app:
landscape: raichu
populator:
delay: 0.5
watcher:
delay: 1
cache:
live:
endpoints:
Expand Down

0 comments on commit 2facf38

Please sign in to comment.