[COMAC-127] Add condition whether ProgRAN is deployed or not in mcord

Basically, ProgRAN will not be involved in COMAC by default.
Need a condition not to deploy ProgRAN by using COMAC-Platform.

Change-Id: I400aece26d4a4b86802c2843590a584f1d365241
diff --git a/xos-profiles/mcord/values.yaml b/xos-profiles/mcord/values.yaml
index 15f110d..15141a5 100644
--- a/xos-profiles/mcord/values.yaml
+++ b/xos-profiles/mcord/values.yaml
@@ -44,7 +44,9 @@
   enabled: true
 onos-service:
   enabled: true
+progran:
+  enabled: true
 
-# wheter SEBA will be installed on the side or not
+# whether SEBA will be installed on the side or not
 seba:
   enabled: false
\ No newline at end of file