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
Describe the bug
I am installing the load-balancer controller with helmfile. This tool is periodically calling helm diff to check whether changes need to be synced.
Unfortunately, the aws-load-balancer-controller chart is reporting changes in the webhook certificates each time this helm diff command is called:
Describe the bug
I am installing the load-balancer controller with
helmfile
. This tool is periodically callinghelm diff
to check whether changes need to be synced.Unfortunately, the
aws-load-balancer-controller
chart is reporting changes in the webhook certificates each time thishelm diff
command is called:This leads to
helmfile
callinghelm upgrade --install
for theaws-load-balancer-controller
chart.Steps to reproduce
aws-load-balancer-controller
charthelm diff
command from above(
helmfile
not needed)Expected outcome
helm diff
should not report any differencesEnvironment
Additional context
helmfile doc
The text was updated successfully, but these errors were encountered: