فهرست منبع

Don't use a common name for service param

Waqar Ahmed 4 سال پیش
والد
کامیت
e7f4adc039
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      library/common/templates/classes/_service.tpl

+ 1 - 1
library/common/templates/classes/_service.tpl

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