Skip to content

Commit

Permalink
Fix incorrect value and indentation of the PodMonitor endpointAdditio…
Browse files Browse the repository at this point in the history
…nalProperties template in the Helm chart

Signed-off-by: Richard Wall <richard.wall@venafi.com>
  • Loading branch information
wallrj authored and inteon committed Jul 19, 2024
1 parent 35e27b7 commit ae55ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/charts/cert-manager/templates/podmonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
interval: {{ .Values.prometheus.podmonitor.interval }}
scrapeTimeout: {{ .Values.prometheus.podmonitor.scrapeTimeout }}
honorLabels: {{ .Values.prometheus.podmonitor.honorLabels }}
{{- with .Values.prometheus.servicemonitor.endpointAdditionalProperties }}
{{- toYaml . | nindent 4 }}
{{- with .Values.prometheus.podmonitor.endpointAdditionalProperties }}
{{- toYaml . | nindent 6 }}
{{- end }}
{{- end }}

0 comments on commit ae55ea1

Please sign in to comment.