Commit e7f4adc0 authored by Waqar Ahmed's avatar Waqar Ahmed

Don't use a common name for service param

parent e659fc1d
......@@ -3,7 +3,7 @@ This template serves as a blueprint for all Service objects that are created
within the common library.
*/}}
{{- define "common.classes.service" -}}
{{- $values := .service -}}
{{- $values := .commonService -}}
{{- $serviceName := include "common.names.fullname" . -}}
{{- $svcType := $values.type | default "" -}}
apiVersion: v1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment