Commit d74e76a
committed
🐛 Fix reset of HelmChartStatus of ClusterAddon
In the previous PR we introduced a bug that resets the status in every
reconcile loop as long as a hook is specified.
However, we only want to reset it once when the hook is new. This commit
introduces the same.
Signed-off-by: janiskemper <[email protected]>1 parent 201e62d commit d74e76a
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
310 | 316 | | |
311 | 317 | | |
312 | 318 | | |
| |||
0 commit comments