Skip to content

Commit

Permalink
Merge pull request #584 from mbaldessari/readme-tweak1
Browse files Browse the repository at this point in the history
Tweak readme
  • Loading branch information
mbaldessari committed Sep 6, 2024
2 parents c2b5bce + 35576f6 commit cc3d360
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions operator-install/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Update CRD

In order to update the CRD, copy the following file from the last released patterns operator version:
`cp -v patterns-operator/config/crd/bases/gitops.hybrid-cloud-patterns.io_patterns.yaml ./crds/`
In order to update the CRD, copy the following file from the last released
patterns operator version:

```sh
cp -v patterns-operator/config/crd/bases/gitops.hybrid-cloud-patterns.io_patterns.yaml ./crds/
```

0 comments on commit cc3d360

Please sign in to comment.