Update operators-design.md

Using "in" instead of "into" is correct for this case.
This commit is contained in:
Bridget Kromhout
2019-06-23 10:59:25 -05:00
committed by GitHub
parent 560328327c
commit be72fbe80a

View File

@@ -86,7 +86,7 @@ class: extra-details
## What can we store via the Kubernetes API?
- The API server stores most Kubernetes resources into etcd
- The API server stores most Kubernetes resources in etcd
- Etcd is designed for reliability, not for performance