SEBA-194 Reverse ONOS_Fabric/Fabric dependency direction

Change-Id: Ie9662772e26ec896164202b4b01a52f674fb6a10
diff --git a/mavenrepo/templates/repo-service.yaml b/mavenrepo/templates/repo-service.yaml
index e649804..f9ba1d8 100644
--- a/mavenrepo/templates/repo-service.yaml
+++ b/mavenrepo/templates/repo-service.yaml
@@ -16,7 +16,6 @@
 kind: Service
 metadata:
   name: {{ template "mavenrepo.fullname" . }}-http
-  namespace: {{ .Values.namespace }}
   labels:
     app: {{ template "mavenrepo.name" . }}
     chart: {{ template "mavenrepo.chart" . }}
diff --git a/mavenrepo/values.yaml b/mavenrepo/values.yaml
index 913ea5d..9dc7975 100644
--- a/mavenrepo/values.yaml
+++ b/mavenrepo/values.yaml
@@ -16,3 +16,6 @@
 
 mavenRepoImage: 'opencord/mavenrepo:latest'
 imagePullPolicy: Always
+
+nameOverride: ""
+fullnameOverride: ""