This commit is contained in:
Stavros kois
2022-11-25 15:49:48 +02:00
parent 16df0d4a51
commit 12211e808f

View File

@@ -11,7 +11,7 @@
{{- end -}}
{{- $svcType := $svcValues.type | default "ClusterIP" -}}
{{- $primaryPort := get $svcValues.port (include "ix.v1.common.lib.util.service.ports.primary" (dict "values" $svcValues)) -}}
{{- $primaryPort := get $svcValues.ports (include "ix.v1.common.lib.util.service.ports.primary" (dict "values" $svcValues)) -}}
---
apiVersion: {{ include "ix.v1.common.capabilities.service.apiVersion" $root }}