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

[Kibana] Update kibana service template #151

Merged
merged 6 commits into from
Jun 7, 2019

Conversation

natebwangsut
Copy link
Contributor

@natebwangsut natebwangsut commented Jun 6, 2019

  • Added an option to add annotations(s) to service resource.

Signed-off-by: natebwangsut nate.bwangsut@gmail.com

  • Chart version not bumped (the versions are all bumped and released at the same time)
  • README.md updated with any new values or changes
  • Updated template tests in ${CHART}/tests/*.py
  • Updated integration tests in ${CHART}/examples/*/test/goss.yaml

- Added an option to add annotations(s) to service resource.

Signed-off-by: natebwangsut <nate.bwangsut@gmail.com>
@elasticmachine
Copy link
Collaborator

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?

@natebwangsut natebwangsut changed the title Update Kibana service.yaml [Kibana] Update Kibana service template Jun 6, 2019
@natebwangsut natebwangsut changed the title [Kibana] Update Kibana service template [Kibana] Update kibana service template Jun 6, 2019
Copy link
Contributor

@Crazybus Crazybus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding this in!

Could you also add this basic template test into kibana/tests/kibana_test.py

def test_service_annotatations():
    config = '''
service:
  annotations:
    cloud.google.com/load-balancer-type: "Internal"
    '''

    r = helm_template(config)

    s = r['service'][name]['metadata']['annotations']['cloud.google.com/load-balancer-type'] == 'Internal'

kibana/README.md Outdated Show resolved Hide resolved
@natebwangsut
Copy link
Contributor Author

Any update ?

Crazybus
Crazybus previously approved these changes Jun 7, 2019
Copy link
Contributor

@Crazybus Crazybus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for this it looks perfect.

@Crazybus
Copy link
Contributor

Crazybus commented Jun 7, 2019

jenkins test this please

Crazybus added a commit that referenced this pull request Jun 7, 2019
@Crazybus
Copy link
Contributor

Crazybus commented Jun 7, 2019

jenkins test this please

@Crazybus Crazybus merged commit 240ee9e into elastic:master Jun 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants