Skip to content

Commit

Permalink
fix error message when embedded cluster fails to render
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Jul 17, 2024
1 parent 4b2701d commit 2c9f581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/store/kotsstore/version_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ func (s *KOTSStore) upsertAppVersionRecordStatements(appID string, sequence int6

embeddedClusterConfig, err := kotsKinds.Marshal("embeddedcluster.replicated.com", "v1beta1", "Config")
if err != nil {
return nil, errors.Wrap(err, "failed to marshal configvalues spec")
return nil, errors.Wrap(err, "failed to marshal embedded cluster config")
}

var releasedAt *int64
Expand Down

0 comments on commit 2c9f581

Please sign in to comment.