Fix the to_ini function name
The to_ini fucntion was missed in the refactor of function names this ps fixes that. Change-Id: I2726aada96bdef451284ee993517fcb6908408ec
This commit is contained in:
parent
78f6d00c15
commit
afc2243f85
@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
{{- define "helm-toolkit.to_ini" -}}
|
||||
{{- define "helm-toolkit.utils.to_ini" -}}
|
||||
{{- range $section, $values := . -}}
|
||||
{{- if kindIs "map" $values -}}
|
||||
[{{ $section }}]
|
||||
|
Loading…
Reference in New Issue
Block a user