File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 36
36
- "$(ACK_RESOURCE_TAGS)"
37
37
- --watch-namespace
38
38
- "$(ACK_WATCH_NAMESPACE)"
39
- - --enable-leader-election
40
- - "$(ENABLE_LEADER_ELECTION)"
39
+ - --enable-leader-election=$(ENABLE_LEADER_ELECTION)
41
40
- --leader-election-namespace
42
41
- "$(LEADER_ELECTION_NAMESPACE)"
43
42
image: controller:latest
69
68
value: "info"
70
69
- name: ACK_RESOURCE_TAGS
71
70
value: "services.k8s.aws/controller-version=%CONTROLLER_SERVICE%-%CONTROLLER_VERSION%,services.k8s.aws/namespace=%K8S_NAMESPACE%"
72
- - name: ENABLED_LEADER_ELECTION
71
+ - name: ENABLE_LEADER_ELECTION
73
72
value: "false"
74
73
- name: LEADER_ELECTION_NAMESPACE
75
74
value: ""
Original file line number Diff line number Diff line change 48
48
- " $(AWS_REGION)"
49
49
- --aws-endpoint-url
50
50
- " $(AWS_ENDPOINT_URL)"
51
- - --enable-development-logging
52
- - " $(ACK_ENABLE_DEVELOPMENT_LOGGING)"
51
+ - --enable-development-logging=$(ACK_ENABLE_DEVELOPMENT_LOGGING)
53
52
- --log-level
54
53
- " $(ACK_LOG_LEVEL)"
55
54
- --resource-tags
58
57
- " $(ACK_WATCH_NAMESPACE)"
59
58
- --deletion-policy
60
59
- " $(DELETION_POLICY)"
61
- - --enable-leader-election
62
- - " $(ENABLE_LEADER_ELECTION)"
60
+ - --enable-leader-election=$(ENABLE_LEADER_ELECTION)
63
61
- --leader-election-namespace
64
62
- " $(LEADER_ELECTION_NAMESPACE)"
65
63
{{- if gt .Values.reconcile.defaultResyncPeriod 0.0 }}
You can’t perform that action at this time.
0 commit comments