File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,25 +15,25 @@ import (
1515)
1616
1717type local struct {
18- chart1 string
19- chart2 string
20- release string
21- namespace string
22- detailedExitCode bool
23- includeTests bool
24- includeCRDs bool
25- normalizeManifests bool
26- enableDNS bool
27- valueFiles valueFiles
28- values []string
29- stringValues []string
18+ chart1 string
19+ chart2 string
20+ release string
21+ namespace string
22+ detailedExitCode bool
23+ includeTests bool
24+ includeCRDs bool
25+ normalizeManifests bool
26+ enableDNS bool
27+ valueFiles valueFiles
28+ values []string
29+ stringValues []string
3030 stringLiteralValues []string
31- jsonValues []string
32- fileValues []string
33- postRenderer string
34- postRendererArgs []string
35- extraAPIs []string
36- kubeVersion string
31+ jsonValues []string
32+ fileValues []string
33+ postRenderer string
34+ postRendererArgs []string
35+ extraAPIs []string
36+ kubeVersion string
3737 diff.Options
3838}
3939
Original file line number Diff line number Diff line change 7979 t .Errorf ("Expected no error but got: %v" , err )
8080 }
8181}
82-
You can’t perform that action at this time.
0 commit comments