We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c8004 commit 7d9f0e2Copy full SHA for 7d9f0e2
docs/documentation/dependent-resources.md
@@ -24,7 +24,11 @@ the `Deployment` controller.
24
Controllers that deal with secondary resources typically need to perform the following steps, for
25
each secondary resource:
26
27
-<div class="mermaid"> graph TD; A-->B; A-->C; </div>
+<div class="mermaid">
28
+graph TD
29
+
30
+A-->B
31
+</div>
32
33
While these steps are not difficult in and of themselves, there are some subtleties that can lead to
34
bugs or sub-optimal code if not done right. As this process is pretty much similar for each
0 commit comments