-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use GitOps Configuration File #15
Conversation
README.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rebuild with latest build-harness. this is using an older README template
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@milldr done
Co-authored-by: Dan Miller <[email protected]>
README.yaml
Outdated
`v1` replace `jq-query` input with `selected-filter` variable and simplify the query. | ||
Now you need to specify only part used in select function of `jq-query`. | ||
|
||
`v1` moved variables from `inputs` to atmos gitops config path `./.github/config/atmos-gitops.yaml` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`v1` replace `jq-query` input with `selected-filter` variable and simplify the query. | |
Now you need to specify only part used in select function of `jq-query`. | |
`v1` moved variables from `inputs` to atmos gitops config path `./.github/config/atmos-gitops.yaml` | |
- `v1` replace `jq-query` input with `selected-filter` variable and simplify the query. | |
Now you need to specify only the part used inside of the `select(...)` function of the `jq-query`. | |
-`v1` moved parameters from the `inputs` to the Atmos GitOps config file, which defaults to `./.github/config/atmos-gitops.yaml` |
Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <[email protected]>
what
why
Migrating from
v0
tov1
v1
replacejq-query
input withselected-filter
variable and simplify the query.Now you need to specify only part used in select function of
jq-query
.v1
moved variables frominputs
to atmos gitops config path./.github/config/atmos-gitops.yaml
atmos-version
atmos-config-path
If you want the same behavior in
v1
as inv0
you should create config./.github/config/atmos-gitops.yaml
with the same variables as inv1
inputs.same behaviour as