mirror of
https://github.com/truenas/charts.git
synced 2026-06-16 23:19:15 +08:00
add comment
This commit is contained in:
@@ -83,7 +83,8 @@ spec:
|
||||
{{- include "ix.v1.common.lib.service.spec.externalName" (dict "rootCtx" $rootCtx "objectData" $objectData) | trim | nindent 2 }}
|
||||
{{- else if eq $svcType "ExternalIP" -}}
|
||||
{{- include "ix.v1.common.lib.service.spec.externalIP" (dict "rootCtx" $rootCtx "objectData" $objectData) | trim | nindent 2 }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
{{- /* Following apply to all service types */}}
|
||||
publishNotReadyAddresses: {{ include "ix.v1.common.lib.service.publishNotReadyAddresses" (dict "rootCtx" $rootCtx "objectData" $objectData) | trim }}
|
||||
{{- with (include "ix.v1.common.lib.service.externalIPs" (dict "rootCtx" $rootCtx "objectData" $objectData) | trim) }}
|
||||
externalIPs:
|
||||
|
||||
Reference in New Issue
Block a user