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 a98b379 commit 2360f2bCopy full SHA for 2360f2b
charts/ingress-nginx/tests/controller-deployment_test.yaml
@@ -234,15 +234,13 @@ tests:
234
235
- it: should create a Deployment with the electionID label on the pod template when leader election is enabled
236
set:
237
- controller.disableLeaderElection: false
238
asserts:
239
- equal:
240
path: spec.template.metadata.labels['nginx.ingress.kubernetes.io/electionID']
241
value: RELEASE-NAME-ingress-nginx-leader
242
243
- it: should create a Deployment with the custom electionID label on the pod template when controller.electionID is set and leader election is enabled
244
245
246
controller.electionID: custom-election-id
247
248
0 commit comments