Skip to content

Commit

Permalink
fix: indent typo
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Oct 15, 2024
1 parent 48049c1 commit c1a94ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/contrib/charts/app/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ metadata:
application: {{ .Values.global.repositoryName }}
{{- if .Values.labels }}
{{- range $key, $val := .Values.labels }}
"{{ $key }}": "{{ $val }}"
"{{ $key }}": "{{ $val }}"
{{- end }}
{{- end }}
name: {{ (or .Values.component .Chart.Name) | lower }}
Expand Down

0 comments on commit c1a94ac

Please sign in to comment.