Commit 9565440
committed
fix(accesskey): tolerate missing password Secret during finalizer cleanup
helm uninstall deletes the password Secret and the AccessKey CR in the
same operation; revocation goes through the admin credentials first, so
the password is only needed for the user-scoped fallback. Previously the
failed Secret read wedged the finalizer and hung the uninstall.1 parent c40cf68 commit 9565440
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
285 | 291 | | |
286 | 292 | | |
287 | 293 | | |
| |||
0 commit comments