Skip to content

Commit

Permalink
remove extra new line
Browse files Browse the repository at this point in the history
  • Loading branch information
slamdev committed Jan 7, 2021
1 parent 4fb7fbf commit dd3e860
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/kube-resource-report/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: kube-resource-report
description: |-
Helm chart to deploy [kube-resource-report](https://codeberg.org/hjacobs/kube-resource-report).
type: application
version: 0.0.1
version: 0.0.2
appVersion: "20.10.0"
home: https://github.com/slamdev/helm-charts/tree/master/charts/kube-resource-report
icon: https://i.stack.imgur.com/mwFzF.png
Expand Down
2 changes: 1 addition & 1 deletion charts/kube-resource-report/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kube-resource-report

![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 20.10.0](https://img.shields.io/badge/AppVersion-20.10.0-informational?style=flat-square)
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 20.10.0](https://img.shields.io/badge/AppVersion-20.10.0-informational?style=flat-square)

Helm chart to deploy [kube-resource-report](https://codeberg.org/hjacobs/kube-resource-report).

Expand Down
3 changes: 1 addition & 2 deletions charts/kube-resource-report/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ metadata:
labels:
{{- include "kube-resource-report.labels" . | nindent 4 }}
data:
pricing.csv: |-
{{ .Values.pricingData | nindent 4 }}
pricing.csv: |- {{ .Values.pricingData | nindent 4 }}

0 comments on commit dd3e860

Please sign in to comment.