Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support annotation service-tags: $POD_NAME #931

Merged
merged 2 commits into from
Dec 14, 2021

Commits on Dec 14, 2021

  1. Support annotation service-tags: $POD_NAME

    Support the annotation
    
    ```
    consul.hashicorp.com/service-tags: $POD_NAME
    ```
    
    Where $POD_NAME will be replaced with the Pod's name.
    
    This mimics support we had before the endpoints controller
    where environment variable were interpolated for tags.
    
    This PR only supports $POD_NAME for now because it's the only
    environment variable we've been asked to support.
    lkysow committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    bede080 View commit details
    Browse the repository at this point in the history
  2. Changelog

    lkysow committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    dea91ba View commit details
    Browse the repository at this point in the history