Skip to content

Commit

Permalink
Update charts/metrics-server/templates/deployment.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
  • Loading branch information
audip and stevehipwell authored Oct 18, 2023
1 parent 29f76aa commit d8f38e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/metrics-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ spec:
{{- if .Values.hostNetwork.enabled }}
hostNetwork: true
{{- end }}
{{- if .Values.dnsConfig }}
{{- with .Values.dnsConfig }}
dnsConfig:
{{- .Values.dnsConfig | toYaml | nindent 8 }}
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
- name: metrics-server
Expand Down

0 comments on commit d8f38e6

Please sign in to comment.