Skip to content

Commit

Permalink
Adjust indent
Browse files Browse the repository at this point in the history
  • Loading branch information
XenonPK authored Aug 31, 2024
1 parent a166ec4 commit 940daa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/radarr/templates/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ additionalContainers:
{{ end }}
{{ end }}
{{- if .Values.metrics.exporter.resources }}
resources: {{ toYaml .Values.metrics.exporter.resources | indent 6 }}
resources:
{{- toYaml .Values.metrics.exporter.resources | nindent 6 }}
{{- end }}


Expand Down

0 comments on commit 940daa1

Please sign in to comment.