Skip to content

Commit

Permalink
fix typo in value and path
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMcGowan committed Mar 26, 2024
1 parent 38d8daa commit 83b3bf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions operations/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
value: 120000

- type: replace
path: /instance_groups/name=web/default_check_interval?
path: /instance_groups/name=web/properties/default_check_interval?
value: 3m

- type: replace
path: /instance_groups/name=web/ddefault_check_interval_with_webhook?
path: /instance_groups/name=web/properties/default_check_interval_with_webhook?
value: 3m

- type: replace
path: /instance_groups/name=web/lidar_scanner_interval?
path: /instance_groups/name=web/properties/lidar_scanner_interval?
value: 10m

0 comments on commit 83b3bf5

Please sign in to comment.