onos-voltha moved out of voltha namespace.
Keep name of onos-fabric service consistent.
Change-Id: Ifa698dd71720f89555e2d7cd98d19b5b997905c4
diff --git a/helm-charts/seba-substrate/values.yaml b/helm-charts/seba-substrate/values.yaml
index b3b78d9..97afe1e 100644
--- a/helm-charts/seba-substrate/values.yaml
+++ b/helm-charts/seba-substrate/values.yaml
@@ -36,9 +36,6 @@
nameOverride: "onosv"
fullnameOverride: "onos-voltha"
- namespace: voltha
- serviceAccountName: voltha-serviceaccount
-
onosImage: 'voltha/voltha-onos:latest'
services:
@@ -66,6 +63,9 @@
# from configs/onos-fabric.yaml
onos-fabric:
+ nameOverride: "onosf"
+ fullnameOverride: "onos-fabric"
+
services:
openflowServiceType: NodePort
ovsdbServiceType: NodePort
@@ -83,4 +83,3 @@
onos_env:
- name: ONOS_APPS
value: "openflow"
-