Skip to content

Commit

Permalink
Fix daemonset template for helm
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Marrero authored and Rulox committed Jun 10, 2019
1 parent a1d34df commit dc0aeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/helm-chart/templates/controller-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
containerPort: 443
hostPort: 443
{{ if .Values.controller.customPorts }}
{{ toYaml .Values.controller.customPorts | indent 4 }}
{{ toYaml .Values.controller.customPorts | indent 8 }}
{{ end }}
{{- if .Values.prometheus.create }}
- name: prometheus
Expand Down

0 comments on commit dc0aeee

Please sign in to comment.