Skip to content

Commit ac50bd8

Browse files
authored
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]>
1 parent 0ad46fd commit ac50bd8

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
@@ -70,10 +70,6 @@ spec:
7070
value: "info"
7171
- name: ACK_RESOURCE_TAGS
7272
value: "services.k8s.aws/controller-version=%CONTROLLER_SERVICE%-%CONTROLLER_VERSION%,services.k8s.aws/namespace=%K8S_NAMESPACE%"
73-
- name: RECONCILE_DEFAULT_RESYNC_SECONDS
74-
value: "0"
75-
- name: RECONCILE_RESOURCE_RESYNC_SECONDS
76-
value: ""
7773
securityContext:
7874
allowPrivilegeEscalation: false
7975
privileged: false

0 commit comments

Comments
 (0)