Add capture statement (#19237)

This commit is contained in:
Zach Corleissen
2020-02-21 16:48:48 -08:00
committed by GitHub
parent e66e21ab7b
commit 613e67c26e
@@ -42,6 +42,8 @@ Do not manage ReplicaSets owned by a Deployment. Consider opening an issue in th
{{% /capture %}}
{{% capture body %}}
You describe a _desired state_ in a Deployment, and the Deployment controller changes the actual state to the desired state at a controlled rate. You can define Deployments to create new ReplicaSets, or to remove existing Deployments and adopt all their resources with new Deployments.
-->