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

Commit

Permalink
Update kibana/tests/kibana_test.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Michael Russell <Crazybus@users.noreply.github.com>
  • Loading branch information
plumcraft and Crazybus committed Jul 18, 2019
1 parent e92e910 commit 3982fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kibana/tests/kibana_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,10 @@ def test_override_imagePullPolicy():
c = r['deployment'][name]['spec']['template']['spec']['containers'][0]
assert c['imagePullPolicy'] == 'Always'

def test_adding_pod_labels():
def test_adding_pod_labels():
config = '''
labels:
app.kubernetes.io/name: kibana
'''
r = helm_template(config)
assert r['deployment'][name]['metadata']['labels']['app.kubernetes.io/name'] == 'kibana'
assert r['deployment'][name]['metadata']['labels']['app.kubernetes.io/name'] == 'kibana'

0 comments on commit 3982fdb

Please sign in to comment.