Skip to content

Commit c4b5117

Browse files
committed
[squash]: do not enforce cluster-addon-values.yaml
1 parent 092eb1c commit c4b5117

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cs-dev/cs-ci.yaml

Whitespace-only changes.

pkg/release/release.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,11 @@ func (r *Release) CheckHelmCharts() error {
178178
return fmt.Errorf("failed to verify the clusteraddon.yaml path %s with error: %w", clusterAddonPath, err)
179179
}
180180

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-
}
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+
//}
186186
}
187187

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

0 commit comments

Comments
 (0)