suspended helmrelease triggers kustomize alert #4738
-
Hello, when I'm suspending HelmRelease resource via spec.suspend: true, and it's getting applied I'm getting alert from kustomize-controller, which is a false positive
I thought that kustomize-controller is supposed to read the changes on HelmRelease, is this expected and I need to somehow additionally patch the kustomize, including the fact that kustomize is syncing whole path:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
We use kstatus, to retrieve the status of the custom resources. When you suspend a |
Beta Was this translation helpful? Give feedback.
When you suspend a Flux resources, kstatus will always fail since a change to
.spec.suspend
bumps thegeneration
but theobservedGeneration
in status remains behind. See fluxcd/pkg#765