VOL-3139 - add name helper template

- includes the {{ .Release.Name }} be default
- can be overriden with
  - nameOverride: override the {{ .Release.Name }}-{{ .Chart.Name }}
    porition
  - fullNameOverride: override everything

Change-Id: I0e1dbccba8f1e484e13e6f9ae43ea35ce97aac4f
diff --git a/voltha/templates/core-deploy.yaml b/voltha/templates/core-deploy.yaml
index 699afce..0d1210a 100644
--- a/voltha/templates/core-deploy.yaml
+++ b/voltha/templates/core-deploy.yaml
@@ -16,7 +16,7 @@
 apiVersion: apps/v1beta1
 kind: Deployment
 metadata:
-  name: voltha-rw-core
+  name: "{{ template "fullname" . }}-rw-core"
   namespace: {{ .Release.Namespace }}
   {{- if or (hasKey .Values "extra_deployment_labels") (hasKey .Values "rw_core_deployment_labels") }}
   labels: