Skip to content

Commit ff0f7ec

Browse files
committed
fix chart
Signed-off-by: roc <[email protected]>
1 parent e939309 commit ff0f7ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/tke-extend-network-controller/templates/_helpers.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ If release name contains chart name it will be used as a full name.
1414
{{- if .Values.fullnameOverride }}
1515
{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }}
1616
{{- else }}
17-
tke-extend-network-controller
17+
{{- print "tke-extend-network-controller" }}
18+
{{- end }}
1819
{{- end }}
1920

2021
{{/*

0 commit comments

Comments
 (0)