Skip to content

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.

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.

2 participants