Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Dec 9, 2023
1 parent cf97a09 commit 5d832f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ The config should have the following structure:
stack: "plat-ue2-sandbox"
```
### Migrate from `v1` to `v2`
### Migrating from `v1` to `v2`

`v2` drop `component-path` variable. Now it fetches from `atmos.yaml` file automatically.

Expand All @@ -152,7 +152,7 @@ The config should have the following structure:
| `enable-infracost` |


If you want `v2` having the same behaviour as `v1` you should create config `./.github/config/atmos-gitops.yaml` with the same variables as in `v1` inputs.
If you want the same behavior in `v2` as in`v1` you should create config `./.github/config/atmos-gitops.yaml` with the same variables as in `v1` inputs.

```yaml
- name: Terraform apply
Expand Down
4 changes: 2 additions & 2 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ usage: |-
stack: "plat-ue2-sandbox"
```
### Migrate from `v1` to `v2`
### Migrating from `v1` to `v2`
`v2` drop `component-path` variable. Now it fetches from `atmos.yaml` file automatically.
Expand All @@ -122,7 +122,7 @@ usage: |-
| `enable-infracost` |
If you want `v2` having the same behaviour as `v1` you should create config `./.github/config/atmos-gitops.yaml` with the same variables as in `v1` inputs.
If you want the same behavior in `v2` as in`v1` you should create config `./.github/config/atmos-gitops.yaml` with the same variables as in `v1` inputs.
```yaml
- name: Terraform apply
Expand Down

0 comments on commit 5d832f1

Please sign in to comment.