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 c713c2b commit 7a91541
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions tools/updater/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ Where Catalyst CI expects each application to contain an `Earthfile` describing
expects each application to contain a `deployment.yml` file describing how to update the application's associated deployment.
For example:

- `/app1`
- `Earthfile`
- `deployment.yml`
- `/app2`
- `Earthfile`
- `deployment.yml`
* `/app1`
* `Earthfile`
* `deployment.yml`
* `/app2`
* `Earthfile`
* `deployment.yml`

Each deployment file contains a set of override operations that instruct the `updater` CLI on which Timoni bundle files to update.
For example:
Expand All @@ -108,15 +108,15 @@ The exact purpose of each of these fields will become more clear later.
The `updater` CLI assumes a mono-repo deployment repository exists containing Timoni bundle files for each environment.
An example structure would look like this:

- `/bundles`
- `/dev`
- `/app1`
- `bundle.cue`
- `/app2`
- `bundle.cue`
- `/staging`
- `/app1`
- `bundle.cue`
* `/bundles`
* `/dev`
* `/app1`
* `bundle.cue`
* `/app2`
* `bundle.cue`
* `/staging`
* `/app1`
* `bundle.cue`

The root directory (`/bundles`) has subdirectories for each environment and each environment has subdirectories for every
application.
Expand Down

0 comments on commit 7a91541

Please sign in to comment.