Skip to content

Commit

Permalink
Documenting csv files generation
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini committed Sep 23, 2024
1 parent 7ea4705 commit b448130
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions bundle/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
manifests/sonataflow-operator.clusterserviceversion.yaml
11 changes: 11 additions & 0 deletions bundle/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# SonataFlow Operator Bundle

To generate the files in [manifests](manifests) directory run from the project's root:

```shell
make generate-all
make vet fmt
```

The file `sonataflow-operator.clusterserviceversion.yaml` will be generated as part of the outcome of this command.
This file has been removed from git since every time the command runs, it generates the attribute `createdAt`.
1 change: 0 additions & 1 deletion bundle/manifests/.gitignore

This file was deleted.

0 comments on commit b448130

Please sign in to comment.