mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 19:16:17 +08:00
Don't use a common name for service param
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user