Skip to content

Commit

Permalink
fix prometheus adapter dnsConfig (#3657)
Browse files Browse the repository at this point in the history
Signed-off-by: Calvin Bui <[email protected]>
  • Loading branch information
calvinbui authored Aug 2, 2023
1 parent 509e006 commit d90bbad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-adapter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: prometheus-adapter
version: 4.3.0
version: 4.3.1
appVersion: v0.11.0
description: A Helm chart for k8s prometheus adapter
home: https://github.com/kubernetes-sigs/prometheus-adapter
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-adapter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
{{- end }}
{{- with .Values.dnsConfig }}
dnsConfig:
{{ toYaml . | indent 8 }}
{{- toYaml . | nindent 10 }}
{{- end }}
{{- with .Values.securityContext }}
securityContext:
Expand Down

0 comments on commit d90bbad

Please sign in to comment.