Skip to content

Commit

Permalink
Added gif to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhprasad-sap committed Jul 4, 2024
1 parent 447f92e commit 84ae671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added .images/add-cap-operator.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ To integrate the CAP Operator Plugin into your project, follow these steps:
```sh
cds add cap-operator
```
![](.images/add-cap-operator.gif)

This will create a `chart` folder in your directory with three files: `Chart.yaml`, `values.schema.json`, and `values.yaml`. Here, if you notice, the `templates` folder is missing. This is by design. The idea is that only these three files need to be pushed into your GitHub repository. When you deploy your application, you can call `cds build`, and during the build, the plugin will generate the final Helm chart and include the predefined `templates` folder in your project's `gen` directory.
**Available Options -**
Expand Down

0 comments on commit 84ae671

Please sign in to comment.