Skip to content

Commit a8f49b0

Browse files
authored
Remove all the --reconcile-* flags (#411)
In the previous commit, we removed the environment variables not the flags... 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.
1 parent ac50bd8 commit a8f49b0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

templates/config/controller/deployment.yaml.tpl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ spec:
3737
- "$(ACK_RESOURCE_TAGS)"
3838
- --watch-namespace
3939
- "$(ACK_WATCH_NAMESPACE)"
40-
- --reconcile-default-resync-seconds
41-
- "$(RECONCILE_DEFAULT_RESYNC_SECONDS)"
42-
- --reconcile-resource-resync-seconds
43-
- "$(RECONCILE_RESOURCE_RESYNC_SECONDS)"
4440
image: controller:latest
4541
name: controller
4642
ports:

0 commit comments

Comments
 (0)