We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf872a commit a98b379Copy full SHA for a98b379
charts/ingress-nginx/tests/controller-daemonset_test.yaml
@@ -212,7 +212,6 @@ tests:
212
- it: should create a DaemonSet with election ID label
213
set:
214
controller.kind: DaemonSet
215
- controller.disableLeaderElection: false
216
asserts:
217
- equal:
218
path: spec.template.metadata.labels["nginx.ingress.kubernetes.io/election-id"]
@@ -221,7 +220,6 @@ tests:
221
220
- it: should create a DaemonSet with custom election ID label if `controller.electionID` is set
222
223
224
225
controller.electionID: custom-election-id
226
227
0 commit comments