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 value hostAliases #391

Open
VitalyEst opened this issue May 18, 2024 · 2 comments
Open

add value hostAliases #391

VitalyEst opened this issue May 18, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@VitalyEst
Copy link

Please add value hostAliases to
https://github.com/vectordotdev/helm-charts/blob/develop/charts/vector/templates/_pod.tpl

{{- with .Values.hostAliases }}
hostAliases:
{{ toYaml . | indent 2 }}
{{- end }}

https://github.com/vectordotdev/helm-charts/blob/develop/charts/vector/values.yaml

hostAliases: []
#- ip: "127.0.0.1"
#  hostnames:
#  - "foo.local"
#  - "bar.local"
@VitalyEst
Copy link
Author

VitalyEst commented May 19, 2024

This parameter used for connect network resources(like kafka brokers) without DNS service.

@jszwedko
Copy link
Member

👍 we'd support a PR here if anyone is motivated.

@jszwedko jszwedko added enhancement New feature or request good first issue Good for newcomers labels May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants