Skip to content

Commit

Permalink
Tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Sep 6, 2024
1 parent c2b5bce commit 35576f6
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 35576f6

Please sign in to comment.