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 chart options for pod dnsConfig and dnsPolicy #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alexander-bauer
Copy link

This branch adds dnsConfig and dnsPolicy options to the chart, which allow the installer to override those options for the pod.

Signed-off-by: Alexander Bauer <sasha@linux.com>
Copy link
Collaborator

@hagaibarel hagaibarel left a comment

Choose a reason for hiding this comment

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

Please rebase and bump the chart version by a minor version please

{{- end }}
{{- if .Values.dnsConfig }}
dnsConfig:
{{ toYaml .Values.dnsConfig | nindent 8 }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
{{ toYaml .Values.dnsConfig | nindent 8 }}
{{- toYaml .Values.dnsConfig | nindent 8 }}

Comment on lines +202 to +206
# Configure pod DNS policy and config.
# dnsPolicy: None
# dnsConfig:
# nameservers:
# - 8.8.8.8
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please add comment per attribute, e,g,:

Suggested change
# Configure pod DNS policy and config.
# dnsPolicy: None
# dnsConfig:
# nameservers:
# - 8.8.8.8
# Configure pod DNS policy
# dnsPolicy: None
# Configure dnsConfig settings
# dnsConfig:
# nameservers:
# - 8.8.8.8

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.

None yet

2 participants