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/ofagent-profile-svc.yaml b/voltha/templates/ofagent-profile-svc.yaml
index 1e77a08..5d091c3 100644
--- a/voltha/templates/ofagent-profile-svc.yaml
+++ b/voltha/templates/ofagent-profile-svc.yaml
@@ -16,7 +16,7 @@
 apiVersion: v1
 kind: Service
 metadata:
-  name: voltha-of-agent-profiler
+  name: "{{ template "fullname" .  }}-of-agent-profiler"
   namespace: {{ .Release.Namespace }}
 spec:
   clusterIP: None