Skip to content

Commit

Permalink
fix: fixes markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Jan 30, 2024
1 parent 7a91541 commit eb6a2c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tools/updater/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,15 @@ $ updater scan . | updater update deployments -e dev /path/to/deployment-repo/bu

The above command performs the following for each given override:

- Constructs a path to the bundle file: `<root_path>/<environment>/<app>/bundle.cue`
- Constructs a path to override: `bundle.instances.<instance>.values.<value>`
- Overrides the constructed value path within the constructed file path with the override value
* Constructs a path to the bundle file: `<root_path>/<environment>/<app>/bundle.cue`
* Constructs a path to override: `bundle.instances.<instance>.values.<value>`
* Overrides the constructed value path within the constructed file path with the override value

Using the previous examples, it would perform the following:

- Constructs a path to the bundle file: `/path/to/deployment-repo/bundles/dev/app1/bundle.cue`
- Constructs a path to override: `bundle.instances.app1.values.server.image.tag`
- Overrides the constructed value path with `v0.2.0`
* Constructs a path to the bundle file: `/path/to/deployment-repo/bundles/dev/app1/bundle.cue`
* Constructs a path to override: `bundle.instances.app1.values.server.image.tag`
* Overrides the constructed value path with `v0.2.0`

This setup allows updating arbitrary bundle files and their respective values by defining a single `deployment.yml` file at the root
of a given application.
Expand Down

0 comments on commit eb6a2c8

Please sign in to comment.