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

change secretName field #182

Merged
merged 7 commits into from
Jul 1, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix filebeat_test with secretName
  • Loading branch information
hxquangnhat authored Jun 24, 2019
commit 61a2f5eec2b6b31e14104c73992273465dbfe850
2 changes: 1 addition & 1 deletion filebeat/tests/filebeat_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def test_adding_a_secret_mount():
assert s['volumes'][0] == {
'name': 'elastic-certificates',
'secret': {
'secretName': 'elastic-certificates'
'secretName': 'elastic-certs'
}
}

Expand Down