Skip to content

Commit

Permalink
Update docs/book/src/faq.md
Browse files Browse the repository at this point in the history
Co-authored-by: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com>
  • Loading branch information
Sajiyah-Salat and camilamacedo86 committed Sep 4, 2023
1 parent 543d851 commit 42d3ac4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/book/src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ In ideal approach might use client-side apply might seem like the perfect soluti
Therefore, you have a few options to workround this scenario such as:
- You can use the option `maxDescLen=0` to remove the description of your CRDs. Following an example:
**By removing the descriptions from CRDs**
Your CRDs are generated using [controller-gen][controller-gen]. By using the option `maxDescLen=0` to remove the description, you may reduce the size, potentially resolving the issue. To do it you can update the Makefile as the following example and then, call the target `make manifest` to regenerate your CRDs without description, see:
```shell

Expand Down

0 comments on commit 42d3ac4

Please sign in to comment.