Skip to content

Commit

Permalink
Trim trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Lijkendijk committed Jul 16, 2024
1 parent c24cf2c commit 0c7977b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nginx-gateway-fabric/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
annotations:
{{- if .Values.nginxGateway.podAnnotations }}
{{- toYaml .Values.nginxGateway.podAnnotations | trim | nindent 8 }}
{{- end }}
{{- end }}
{{- if .Values.metrics.enable }}
prometheus.io/scrape: "true"
prometheus.io/port: "{{ .Values.metrics.port }}"
Expand Down

0 comments on commit 0c7977b

Please sign in to comment.