gruntwork-io / helm-kubernetes-services

Helm charts that can be used to package your applications into production ready deployments for Kubernetes. https://www.gruntwork.io
Apache License 2.0
193 stars 156 forks source link

add support for dnsPolicy #174

Closed finchr closed 1 year ago

finchr commented 1 year ago

Description

Adds support for dnsPolicy. Fixes #173.

dnsPolicy has been added to the values.yaml file under Optional Values. If set, it will add it to the deployment spec section.

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Added / Removed / Updated [X].

Added dnsPolicy to the values.yaml. If present it will get added to the deployment spec section.

Migration Guide

ryehowell commented 1 year ago

Hi @finchr, thanks for the contribution! I just kicked off the CI build and tests. Will get this reviewed soon.

finchr commented 1 year ago

Thank you @ryehowell !