You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When drift mode is set either to warn or enabled, it should detect extra map keys and extra list objects.
For instance if an HelmRelease installs a Deployment with some environment variables set, it should detect this deployment has some manually added extra environment variables for instance and with correction enabled, remove those.
Thanks,
Rémi
The text was updated successfully, but these errors were encountered:
As stated here, we compare object from the helm storage for a given release with existing versions in cluster. This is done using ssa dry-run, i.e. the kube-api server does it.
I believe that what you describe should already be implemented. Can you provide more details on your observation?
Hello,
When drift mode is set either to
warn
orenabled
, it should detect extra map keys and extra list objects.For instance if an
HelmRelease
installs aDeployment
with some environment variables set, it should detect this deployment has some manually added extra environment variables for instance and with correction enabled, remove those.Thanks,
Rémi
The text was updated successfully, but these errors were encountered: