Commit 7e7a3b7
committed
fix: patch roles properly (#7)
Patch call expects a modified existing resource as the first argument, not a set of new values.
Now this logic should match official docs:
https://sdk.operatorframework.io/docs/building-operators/golang/references/client/#patch
Signed-off-by: Szymon Soloch <[email protected]>1 parent 039848f commit 7e7a3b7
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
188 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
189 | 191 | | |
190 | 192 | | |
191 | 193 | | |
| |||
0 commit comments