File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments