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

Commit

Permalink
Formatted kibana test
Browse files Browse the repository at this point in the history
  • Loading branch information
debojitkakoti committed Jul 16, 2020
1 parent 6d604f7 commit eebf5a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kibana/tests/kibana_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,12 +619,13 @@ def test_setting_fullnameOverride():
== "kibana"
)


def test_adding_loadBalancerIP():
config = """
service:
loadBalancerIP: 12.5.11.79
"""

r = helm_template(config)
assert r["service"][name]["spec"]["loadBalancerIP"] == "12.5.11.79"

assert r["service"][name]["spec"]["loadBalancerIP"] == "12.5.11.79"

0 comments on commit eebf5a9

Please sign in to comment.