We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ddbc4 commit 4549403Copy full SHA for 4549403
1 file changed
index.html
@@ -319,12 +319,16 @@ <h2>5. A Day in the Life of a Change</h2>
319
</details>
320
</li>
321
<li>
322
- <strong>GitOps Sync</strong>
+ <details open>
323
+ <summary><strong>GitOps Sync</strong></summary>
324
+ <p>
325
<ul>
326
<li>Argo CD detects the new commit hash.</li>
327
<li>Kubernetes manifests are applied; pods roll out blue-green.</li>
328
<li>OPA policy ensures the service can’t talk to the payments DB.</li>
329
</ul>
330
+ </p>
331
+ </details>
332
333
334
<strong>Observe</strong>
0 commit comments