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 default value of --reconcile-resource flag in deployment.yaml (#410)
The runtime expects `--reconcile-resource-resync-seconds` to be an array
of string values. While in deployment.yaml we pass an empty string which
is invalid for `runtime/pkg/config`.
This patch fixes this issue by removing the
`--reconcile-resource-resync-seconds` value
Signed-off-by: Amine Hilaly <[email protected]>
0 commit comments