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
Fix comparison type mismatch in deployment template (#518)
This commit addresses the `incompatible types for comparison`
error ncountered during the deployment process (using helm).
The issue was caused by the incorrect comparison of a integer against a
float
This patch fixesd the issues describe above by casting the
`reconcile.defaultResyncPeriod` value to an integerer before performing
the comparison.
Signed-off-by: Amine Hilaly <[email protected]>
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments