We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51a89a commit 6aeccbaCopy full SHA for 6aeccba
docs/content/en/blog/news/nonssa-vs-ssa.md
@@ -36,8 +36,10 @@ So usually the implementation of reconciler looked something like this:
36
37
In other words, after reconciliation of managed resources the reconcile updated the status on the
38
primary resource passed as argument to the reconciler.
39
-Such changes on primary are fine, since we don't work directly with the cached object, the argument is
+Such changes on primary are fine since we don't work directly with the cached object, the argument is
40
already cloned.
41
42
-## Migrating to SSA
+So how does this change with SSA?
43
+
44
45
0 commit comments