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

Add support for hostAliases in pod templates #153

Merged

Conversation

greysond
Copy link
Contributor

Description

Adds support for hostAliases, as per #111

It was necessary to make the configuration a list, since a map has non-deterministic ordering and order is important in the /etc/hosts file.

I also fixed a couple small typos I came across in docs.

Let me know if you want anything changed!

TODOs

Read the Gruntwork contribution guidelines.

  • Update the docs.
  • Run the relevant tests successfully, including pre-commit checks.
  • Ensure any 3rd party code adheres with our license policy or delete this line if its not applicable.
  • Include release notes. If this PR is backward incompatible, include a migration guide.

Release Notes (draft)

Added support for hostAliases in pod template

Migration Guide

@autero1
Copy link
Contributor

autero1 commented Feb 1, 2023

Thanks for the PR! Kicking off tests now!

Copy link
Contributor

@autero1 autero1 left a comment

Choose a reason for hiding this comment

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

This LGTM! Tests passed, as well, so merging this in!

@autero1 autero1 merged commit 628c207 into gruntwork-io:main Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants