Merge pull request #286 from DoodleScheduling/fix-valuesfile-write
Fix chart with custom valuesFile (0bytes tgz)
This commit is contained in:
commit
b501172ed3
|
@ -430,6 +430,7 @@ func (r *HelmChartReconciler) reconcileFromHelmRepository(ctx context.Context,
|
|||
|
||||
readyMessage = fmt.Sprintf("Fetched and packaged revision: %s", newArtifact.Revision)
|
||||
readyReason = sourcev1.ChartPackageSucceededReason
|
||||
break
|
||||
skipToDefault:
|
||||
fallthrough
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue