Skip to content

Commit 9480e38

Browse files
committed
One more doco typo fix
1 parent 5d9438b commit 9480e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/design/building-your-csv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ The Lifecycle Manager will check against the available CRDs and Operators in the
147147
description: Represents a cluster of etcd nodes.
148148
```
149149
## CRD Templates
150-
Users of your Operator will need to be aware of which options are required vs optional. You can provide templates for each of our CRDs with a minimum set of configuration as an annotation named `alm-examples`. Compatible UIs will pre-enter this template for users to further customize.
150+
Users of your Operator will need to be aware of which options are required vs optional. You can provide templates for each of your CRDs with a minimum set of configuration as an annotation named `alm-examples`. Compatible UIs will pre-enter this template for users to further customize.
151151

152152
The annotation consists of a list of the `kind`, eg. the CRD name, and the corresponding `metadata` and `spec` of the Kubernetes object. Here’s a full example that provides templates for `EtcdCluster`, `EtcdBackup` and `EtcdRestore`:
153153

0 commit comments

Comments
 (0)