-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Labels
enhancementNew feature or requestNew feature or request
Description
TL;DR
We need to set dnsPolicy and dnsConfig for our cluster. This is currently not possible with the hcloud-cloud-controller-manager helm chart.
Expected behavior
dnsPolicy and dnsConfig should be configurable via helm values:
values.yaml
dnsPolicy: default
dnsConfig: {}
deployment.yaml
[...]
spec:
template:
spec:
dnsPolicy: {{ .Values.dnsPolicy }}
{{- with .Values.dnsConfig }}
dnsConfig:
{{- toYaml . | nindent 8 }}
{{- end }}
[...]
jan-abel-inwt
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request