Don't use a common name for service param

This commit is contained in:
Waqar Ahmed
2021-01-30 15:31:08 +05:00
parent e659fc1d17
commit e7f4adc039

View File

@@ -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