From 88cc1e4def61a1ff7938df8e0236712e4bd4ad1e Mon Sep 17 00:00:00 2001 From: "hoejoo.lee" Date: Wed, 19 Apr 2023 00:15:56 -0400 Subject: [PATCH] added missing CRLF Change-Id: I7cdf334e9c8598954fd14fb772a7a44b6ef6c4a3 Signed-off-by: hoejoo.lee --- pkg/helm/data/resources/std/templates/_helpers.tpl | 2 +- pkg/helm/data/resources/std/templates/appenv.yaml | 2 +- pkg/helm/data/sample_config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/helm/data/resources/std/templates/_helpers.tpl b/pkg/helm/data/resources/std/templates/_helpers.tpl index be7d436..b5505ad 100755 --- a/pkg/helm/data/resources/std/templates/_helpers.tpl +++ b/pkg/helm/data/resources/std/templates/_helpers.tpl @@ -74,4 +74,4 @@ Create chart name and version as used by the chart label. {{- $reponame := .repo -}} {{- $postfix := $reponame | replace "." "-" | replace ":" "-" | replace "/" "-" | trunc 63 | trimSuffix "-" -}} {{- printf "secret-%s" $postfix -}} -{{- end -}} \ No newline at end of file +{{- end -}} diff --git a/pkg/helm/data/resources/std/templates/appenv.yaml b/pkg/helm/data/resources/std/templates/appenv.yaml index 5bff866..2c8c063 100755 --- a/pkg/helm/data/resources/std/templates/appenv.yaml +++ b/pkg/helm/data/resources/std/templates/appenv.yaml @@ -26,4 +26,4 @@ data: {{- end }} RMR_RTG_SVC: "4561" XAPP_DESCRIPTOR_PATH: {{ .Values.appconfig.path }} - RMR_SRC_ID: {{ include "ricxapp.servicename" . }}-rmr.{{ include "ricxapp.namespace" . }}:4560 \ No newline at end of file + RMR_SRC_ID: {{ include "ricxapp.servicename" . }}-rmr.{{ include "ricxapp.namespace" . }}:4560 diff --git a/pkg/helm/data/sample_config.json b/pkg/helm/data/sample_config.json index 746e35d..b665a13 100755 --- a/pkg/helm/data/sample_config.json +++ b/pkg/helm/data/sample_config.json @@ -10,4 +10,4 @@ "min_replicas": 1, "max_replicas": 1 } -} \ No newline at end of file +} -- 2.16.6