Skip to content

Commit 65cc68c

Browse files
committed
Line edits
1 parent 382d13b commit 65cc68c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

_includes/tenpillars.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -638,29 +638,29 @@ <h2>Example Checklist</h2>
638638
<tr>
639639
<td>Repeatable</td>
640640
<td>3</td>
641-
<td>Need to allow all engineering leads to promote applications to production with a single click.</td>
641+
<td>Need to allow all engineering leads to promote applications to production with a single click.=</td>
642642
</tr>
643643
<tr>
644644
<td>Verifiable</td>
645645
<td>2</td>
646646
<td>Browser-based tests must be run in the staging environment and optionally in production as a debugging
647-
tool.
647+
tool
648648
</td>
649649
</tr>
650650
<tr>
651651
<td>Seamless</td>
652652
<td>2</td>
653-
<td>Blue/green deployments in production.</td>
653+
<td>Blue/green deployments in production</td>
654654
</tr>
655655
<tr>
656656
<td>Recoverable</td>
657657
<td>2</td>
658-
<td>Rollbacks are performed by reverting traffic to the blue stack.</td>
658+
<td>Rollbacks are performed by reverting traffic to the blue stack</td>
659659
</tr>
660660
<tr>
661661
<td>Visible</td>
662662
<td>2</td>
663-
<td>Need to quickly find production versions of applications.</td>
663+
<td>Need to quickly find production versions of applications</td>
664664
</tr>
665665
<tr>
666666
<td>Measurable</td>
@@ -670,19 +670,19 @@ <h2>Example Checklist</h2>
670670
<tr>
671671
<td>Standardized</td>
672672
<td>4</td>
673-
<td>Need golden paths for Kubernetes, Lambda, and VM deployments.</td>
673+
<td>Need golden paths for Kubernetes, Lambda, and VM deployments</td>
674674
</tr>
675675
<tr>
676676
<td>Maintainable</td>
677677
<td>3</td>
678-
<td>One-off scripts for common DB operations like regenerating indexes.</td>
678+
<td>One-off scripts for common DB operations like regenerating indexes</td>
679679
</tr>
680680
<tr>
681681
<td>Maintainable</td>
682682
<td>3</td>
683683
<td>
684-
<p>One-off scripts for common DB operations like regenerating indexes.</p>
685-
<p>Smoke test script to hit API, web page, and database login.</p>
684+
<p>One-off scripts for common DB operations like regenerating indexes</p>
685+
<p>Smoke test script to hit API, web page, and database login</p>
686686
</td>
687687
</tr>
688688
<tr>
@@ -697,7 +697,7 @@ <h2>Example Checklist</h2>
697697
<td>Auditable</td>
698698
<td>3</td>
699699
<td>
700-
Must track changes to the deployment process and the deployments to support ISO 27001.
700+
Must track changes to the deployment process and the deployments to support ISO 27001
701701
</td>
702702
</tr>
703703
</table>

0 commit comments

Comments
 (0)