Skip to content

Commit 6aeccba

Browse files
committed
wip
Signed-off-by: Attila Mészáros <[email protected]>
1 parent a51a89a commit 6aeccba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/content/en/blog/news/nonssa-vs-ssa.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ So usually the implementation of reconciler looked something like this:
3636

3737
In other words, after reconciliation of managed resources the reconcile updated the status on the
3838
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
39+
Such changes on primary are fine since we don't work directly with the cached object, the argument is
4040
already cloned.
4141

42-
## Migrating to SSA
42+
So how does this change with SSA?
43+
44+
4345

0 commit comments

Comments
 (0)