Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
correct dictionary to list
Browse files Browse the repository at this point in the history
  • Loading branch information
ichylinux committed Dec 12, 2019
1 parent 77c282a commit 0a936b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kibana/tests/kibana_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_defaults():
# Make sure that the default 'annotation' dictionary is empty
assert 'annotations' not in r['service'][name]['metadata']

# Make sure that the default 'loadBalancerSourceRanges' dictionary is empty
# Make sure that the default 'loadBalancerSourceRanges' list is empty
assert 'loadBalancerSourceRanges' not in r['service'][name]['spec']

def test_overriding_the_elasticsearch_hosts():
Expand Down
2 changes: 1 addition & 1 deletion kibana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ service:
# service.beta.kubernetes.io/azure-load-balancer-internal: "true"
# service.beta.kubernetes.io/openstack-internal-load-balancer: "true"
# service.beta.kubernetes.io/cce-load-balancer-internal-vpc: "true"
loadBalancerSourceRanges: {}
loadBalancerSourceRanges: []
# 0.0.0.0/0

ingress:
Expand Down

0 comments on commit 0a936b7

Please sign in to comment.