CORD-3140 Make GUI label configurable

Change-Id: I8445eff66e6c593dd17ee9ef9d76368e7cc69fc2
diff --git a/xos-gui/templates/_helpers.tpl b/xos-gui/templates/_helpers.tpl
index 37909bc..13a474e 100644
--- a/xos-gui/templates/_helpers.tpl
+++ b/xos-gui/templates/_helpers.tpl
@@ -33,7 +33,7 @@
 {{- define "xos-gui.style_config" }}
 angular.module('app')
 .constant('StyleConfig', {
-  projectName: 'R-CORD',
+  projectName: {{ .Values.xos_projectName | quote }},
   favicon: 'cord-favicon.png',
   background: 'cord-bg.jpg',
   payoff: 'Your VNF orchestrator',