We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e939309 commit ff0f7ecCopy full SHA for ff0f7ec
charts/tke-extend-network-controller/templates/_helpers.tpl
@@ -14,7 +14,8 @@ If release name contains chart name it will be used as a full name.
14
{{- if .Values.fullnameOverride }}
15
{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }}
16
{{- else }}
17
-tke-extend-network-controller
+{{- print "tke-extend-network-controller" }}
18
+{{- end }}
19
{{- end }}
20
21
{{/*
0 commit comments