We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83bd9c0 commit dac9d4cCopy full SHA for dac9d4c
pkg/patterns/addon/pkg/status/kstatus.go
@@ -88,6 +88,7 @@ func (k *kstatusAggregator) BuildStatus(ctx context.Context, info *declarative.S
88
89
shouldComputeHealthFromObjects := info.Manifest != nil && info.LiveObjects != nil
90
if info.Err != nil {
91
+ currentStatus.Errors = []string{info.Err.Error()}
92
switch info.KnownError {
93
case declarative.KnownErrorApplyFailed:
94
currentStatus.Phase = "Applying"
0 commit comments