From c40dff2543eb46291bcb32c916628384fdd3d8bd Mon Sep 17 00:00:00 2001 From: Rasheed Abdul-Aziz Date: Mon, 4 Apr 2022 11:01:59 -0400 Subject: [PATCH] Fix comments in architecture doc (#784) --- site/content/docs/development/architecture.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/site/content/docs/development/architecture.md b/site/content/docs/development/architecture.md index aae9e7e1c..c0387ea79 100644 --- a/site/content/docs/development/architecture.md +++ b/site/content/docs/development/architecture.md @@ -163,9 +163,6 @@ A ClusterSupplyChain blueprint continuously integrates and builds your app. A ClusterDelivery blueprint continuously deploys and validates Kubernetes configuration to a cluster. -[comment]: <> (Not implemented yet) [comment]: <> (A ClusterDelivery has the ability to lock (and unlock) -templates which pauses the continuous deploy. ) [comment]: <> (TODO - more on locking) - ![ClusterDelivery](../img/delivery.jpg) ### Selectors