Commit ac50bd8
authored
Fix default value of
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]>--reconcile-resource flag in deployment.yaml (#410)1 parent 0ad46fd commit ac50bd8
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | 73 | | |
78 | 74 | | |
79 | 75 | | |
| |||
0 commit comments