commit | 00c1bac78ca20ec5d178d4c2c573b53137cfcc97 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Oct 02 19:41:11 2019 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Oct 02 19:41:11 2019 -0700 |
tree | a75b28e42f19526779e1ed8e31207774973f4ec2 | |
parent | 2bf742a5517e7880e5f2a9923c1bc22221522b53 [diff] |
Temporary change on the helm-chart to pass the tests after VOL-1994 Change-Id: Ibbbb3ffa71c33deeaae35726a65d6c4b10944157
diff --git a/deployments/helm-chart/bbsim/templates/service.yaml b/deployments/helm-chart/bbsim/templates/service.yaml index 6771da7..159d5e4 100644 --- a/deployments/helm-chart/bbsim/templates/service.yaml +++ b/deployments/helm-chart/bbsim/templates/service.yaml
@@ -16,7 +16,8 @@ apiVersion: v1 kind: Service metadata: - name: bbsim-olt-id-{{ .Values.olt_id }} +# name: bbsim-olt-id-{{ .Values.olt_id }} + name: bbsim namespace: {{ .Values.namespace }} labels: app: {{ template "bbsim.name" . }}