Skip to content

Commit d847127

Browse files
committed
[squash]: do not enforce cluster-addon-values.yaml
1 parent 529f227 commit d847127

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

cs-dev/cs-ci.yaml

Whitespace-only changes.

pkg/release/release.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,6 @@ func (r *Release) CheckHelmCharts() error {
177177
if !os.IsNotExist(err) {
178178
return fmt.Errorf("failed to verify the clusteraddon.yaml path %s with error: %w", clusterAddonPath, err)
179179
}
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-
}
186180
}
187181

188182
// check if the cluster addon chart is present.

0 commit comments

Comments
 (0)