Commit bef584c
committed
Record correct OperatorGroup in status
It seems like this was a typo in the original implementation - the
controller correctly updates the resource to match the "merged" version,
but was then using the "desired" version of the resource (which only
specifies what parts the user was interested in, and does not reflect
the full live state) when updating the status of the policy.
The updated section in `musthaveOpGroup` now more closely matches the
analogous section in `musthaveSubscription`.
Signed-off-by: Justin Kulikauskas <[email protected]>1 parent c20f555 commit bef584c
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1183 | 1183 | | |
1184 | 1184 | | |
1185 | 1185 | | |
1186 | | - | |
1187 | | - | |
1188 | 1186 | | |
1189 | 1187 | | |
1190 | 1188 | | |
1191 | 1189 | | |
1192 | 1190 | | |
1193 | 1191 | | |
1194 | 1192 | | |
1195 | | - | |
| 1193 | + | |
1196 | 1194 | | |
1197 | | - | |
| 1195 | + | |
1198 | 1196 | | |
1199 | 1197 | | |
1200 | 1198 | | |
| |||
0 commit comments