Skip to content

Commit a98b379

Browse files
committed
approve suggestions
1 parent bbf872a commit a98b379

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

charts/ingress-nginx/tests/controller-daemonset_test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ tests:
212212
- it: should create a DaemonSet with election ID label
213213
set:
214214
controller.kind: DaemonSet
215-
controller.disableLeaderElection: false
216215
asserts:
217216
- equal:
218217
path: spec.template.metadata.labels["nginx.ingress.kubernetes.io/election-id"]
@@ -221,7 +220,6 @@ tests:
221220
- it: should create a DaemonSet with custom election ID label if `controller.electionID` is set
222221
set:
223222
controller.kind: DaemonSet
224-
controller.disableLeaderElection: false
225223
controller.electionID: custom-election-id
226224
asserts:
227225
- equal:

0 commit comments

Comments
 (0)