fixed a few newly merged templates that have spacing errors

Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
pull/8043/head
Matt Butcher 5 years ago
parent 43e48c75c7
commit 4904cfc678
No known key found for this signature in database
GPG Key ID: DCD5F5E5EF32C345

@ -184,7 +184,7 @@ data:
myval2: {{ default "val" .Values.mymap.key2 }} myval2: {{ default "val" .Values.mymap.key2 }}
` `
// TestSTrictTemplatePrasingMapError is a regression test. // TestStrictTemplatePrasingMapError is a regression test.
// //
// The template engine should not produce an error when a map in values.yaml does // The template engine should not produce an error when a map in values.yaml does
// not contain all possible keys. // not contain all possible keys.

Loading…
Cancel
Save