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

@ -180,11 +180,11 @@ kind: ConfigMap
metadata: metadata:
name: foo name: foo
data: data:
myval1: {{default "val" .Values.mymap.key1 }} myval1: {{ default "val" .Values.mymap.key1 }}
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