[COMAC-127] Add conditional statement to disable ProgRAN

Change-Id: I86d3c42ccbf427a7b9b06f2a7b2c160a28cb266c
diff --git a/xos-profiles/mcord/templates/tosca-configmap.yaml b/xos-profiles/mcord/templates/tosca-configmap.yaml
index 253d045..1709094 100644
--- a/xos-profiles/mcord/templates/tosca-configmap.yaml
+++ b/xos-profiles/mcord/templates/tosca-configmap.yaml
@@ -27,8 +27,10 @@
 {{- end }}
   030-fixtures.yaml: |
 {{ include "mcord.fixtureTosca" . | indent 4 }}
+{{- if .Values.progran.enabled }}
   040-progran-service.yaml: |
 {{ include "progran.serviceTosca" .Values.progran | indent 4 }}
+{{- end }}
   050-vrouter-service.yaml: |
 {{ include "vrouter.serviceTosca" .Values.vrouter | indent 4 }}
   100-mcord-subscriber-service.yaml: |