Skip to content

Commit 4549403

Browse files
authored
Update index.html
1 parent f1ddbc4 commit 4549403

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,12 +319,16 @@ <h2>5. A Day in the Life of a Change</h2>
319319
</details>
320320
</li>
321321
<li>
322-
<strong>GitOps Sync</strong>
322+
<details open>
323+
<summary><strong>GitOps Sync</strong></summary>
324+
<p>
323325
<ul>
324326
<li>Argo CD detects the new commit hash.</li>
325327
<li>Kubernetes manifests are applied; pods roll out blue-green.</li>
326328
<li>OPA policy ensures the service can’t talk to the payments DB.</li>
327329
</ul>
330+
</p>
331+
</details>
328332
</li>
329333
<li>
330334
<strong>Observe</strong>

0 commit comments

Comments
 (0)