Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
pull/7984/head
Matt Butcher 6 years ago
parent 1bb4e4fde3
commit 1af261f39f
No known key found for this signature in database
GPG Key ID: DCD5F5E5EF32C345

@ -36,7 +36,7 @@ func Values(linter *support.Linter) {
// ValuesWithOverrides tests the values.yaml file.
//
// If a schema iis present in the chart, values are tested against that. Otherwise,
// If a schema is present in the chart, values are tested against that. Otherwise,
// they are only tested for well-formedness.
//
// If additional values are supplied, they are coalesced into the values in values.yaml.

@ -23,6 +23,7 @@ import (
"testing"
"github.com/stretchr/testify/assert"
"helm.sh/helm/v3/internal/test/ensure"
)

Loading…
Cancel
Save