added missing CRLF 53/10953/1
authorhoejoo.lee <hoejoo.lee@samsung.com>
Wed, 19 Apr 2023 04:15:56 +0000 (00:15 -0400)
committerhoejoo.lee <hoejoo.lee@samsung.com>
Wed, 19 Apr 2023 04:15:56 +0000 (00:15 -0400)
Change-Id: I7cdf334e9c8598954fd14fb772a7a44b6ef6c4a3
Signed-off-by: hoejoo.lee <hoejoo.lee@samsung.com>
pkg/helm/data/resources/std/templates/_helpers.tpl
pkg/helm/data/resources/std/templates/appenv.yaml
pkg/helm/data/sample_config.json

index be7d436..b5505ad 100755 (executable)
@@ -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 -}}
index 5bff866..2c8c063 100755 (executable)
@@ -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
index 746e35d..b665a13 100755 (executable)
@@ -10,4 +10,4 @@
         "min_replicas": 1,
         "max_replicas": 1
     }
-}
\ No newline at end of file
+}