Merge "Fix the to_ini function name"

This commit is contained in:
Jenkins 2017-06-07 22:11:45 +00:00 committed by Gerrit Code Review
commit 0dc65da60d

View File

@ -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 }}]