diff --git a/charts/gitlab-mr-combiner/templates/config-map.yaml b/charts/gitlab-mr-combiner/templates/config-map.yaml index f2d9350..782a6ea 100644 --- a/charts/gitlab-mr-combiner/templates/config-map.yaml +++ b/charts/gitlab-mr-combiner/templates/config-map.yaml @@ -5,4 +5,4 @@ metadata: data: {{ range $key, $val := index .Values.configMap }} {{ $key | snakecase | upper }}: {{ quote $val }} - {{ end }} \ No newline at end of file + {{ end }}