From: hoejoo.lee Date: Wed, 19 Apr 2023 04:15:56 +0000 (-0400) Subject: added missing CRLF X-Git-Tag: 1.0.0~31^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=88cc1e4def61a1ff7938df8e0236712e4bd4ad1e;p=aiml-fw%2Faihp%2Fips%2Fkserve-adapter.git added missing CRLF Change-Id: I7cdf334e9c8598954fd14fb772a7a44b6ef6c4a3 Signed-off-by: hoejoo.lee --- 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 +}