We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529f227 commit d847127Copy full SHA for d847127
cs-dev/cs-ci.yaml
pkg/release/release.go
@@ -177,12 +177,6 @@ func (r *Release) CheckHelmCharts() error {
177
if !os.IsNotExist(err) {
178
return fmt.Errorf("failed to verify the clusteraddon.yaml path %s with error: %w", clusterAddonPath, err)
179
}
180
-
181
- // check if the cluster addon values file is present.
182
- valuesPath := filepath.Join(r.LocalDownloadPath, ClusterAddonValuesName)
183
- if _, err := os.Stat(valuesPath); err != nil {
184
- return fmt.Errorf("failed to verify the cluster addon values path %s with error: %w", valuesPath, err)
185
- }
186
187
188
// check if the cluster addon chart is present.
0 commit comments