Skip to content

Commit a49d34d

Browse files
Update docs/book/src/faq.md
Co-authored-by: Camila Macedo <[email protected]>
1 parent d2d95ed commit a49d34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ In ideal approach might use client-side apply might seem like the perfect soluti
100100
101101
Therefore, you have a few options to workround this scenario such as:
102102
103-
**By removing the descriptions from CRDs**
103+
**By removing the descriptions from CRDs:**
104104
105105
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:
106106

0 commit comments

Comments
 (0)