fix-up typo (#6501)

Signed-off-by: chentanjun <2799194073@qq.com>
pull/6523/head
陈谭军 6 years ago committed by Martin Hickey
parent 0a488670ca
commit 9d8a84ee3d

@ -158,7 +158,7 @@ func TestTemplateCmd(t *testing.T) {
}, },
{ {
name: "check_invalid_name_template", name: "check_invalid_name_template",
desc: "verify the relase name generate by template is invalid", desc: "verify the release name generate by template is invalid",
args: []string{subchart1ChartPath, "--name-template", "foobar-{{ b64enc \"abc\" }}-baz"}, args: []string{subchart1ChartPath, "--name-template", "foobar-{{ b64enc \"abc\" }}-baz"},
expectError: "is invalid", expectError: "is invalid",
}, },

@ -122,7 +122,7 @@ func NewFromKeyring(keyringfile, id string) (*Signatory, error) {
return s, nil return s, nil
} }
// We're gonna go all GnuPG on this and look for a string that _contains_. If // We're going to go all GnuPG on this and look for a string that _contains_. If
// two or more keys contain the string and none are a direct match, we error // two or more keys contain the string and none are a direct match, we error
// out. // out.
var candidate *openpgp.Entity var candidate *openpgp.Entity

Loading…
Cancel
Save