[metricbeat] Support secrets#778
[metricbeat] Support secrets#778fatmcgav merged 2 commits intoelastic:masterfrom erihanse:metricbeat_secret
Conversation
|
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
|
@fatmcgav sorry to bother you directly. Will this PR be reviewed any time soon? |
|
Jenkins test this please |
|
Is there anything missing here? |
|
I would really like to see this PR merged so we can start using this chart. How do we get hold of someone who can verify? |
|
Sorry for the radio silence here. @erihanse This is looking good. Would you be able to add a new test to exercise creating a secret? |
|
@erihanse sounds like an awesome idea! |
|
@fatmcgav it's ready for review again. I rebased on master, therefore the force-push. I copied the tests, the only change I made was to remove the assert of secretschecksum in the test method |
|
Cool, thanks for that @erihanse Jenkins test this please |
|
This has been back-ported to the relevant branches, and will be included in the next 7.9 minor release. Thanks again for the contribution @erihanse |
${CHART}/tests/*.py${CHART}/examples/*/test/goss.yamlcloses Support creating k8s helm secrets for metricbeat helm chart #777
Here's an initial attempt to adding secrets to the metricbeat chart, I hope the PR is welcome. I looked at what was done in #712, and copied and adjusted the template for metricbeat accordingly. Was unsure whether or not to add tests, since similar tests are covered in the logstash chart.