Skip to content

Commit

Permalink
chore: add missing annotation
Browse files Browse the repository at this point in the history
Signed-off-by: RealAnna <[email protected]>
  • Loading branch information
RealAnna committed Feb 5, 2024
1 parent b7b20eb commit fa0d02f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/docs/migrate/keptnapp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,19 @@ introduced in the `v1beta1` API version:
3. Add the `app.kubernetes.io/managed-by: keptn` annotation
to the `KeptnApp` resource if it is not already there.

You can migrate your KeptnApp manually or, if you have go installed
on your machine, use the script provided
[here](https://github.com/keptn/lifecycle-toolkit/tree/main/lifecycle-operator/converter).

```bash
go run convert_app.go path_to_keptnapp_to_convert path_to_desired_output_file
```
For instance, to run the example file conversion, you can do:

```bash
go run convert_app.go example_keptnapp.yaml example_output.yaml
```

> **Note**
Be sure that all of your application resources
(such as
Expand Down

0 comments on commit fa0d02f

Please sign in to comment.