Skip to content

Commit df213e9

Browse files
committed
fix patch
Signed-off-by: Pavel Okhlopkov <[email protected]>
1 parent 57b5572 commit df213e9

File tree

1 file changed

+1
-1
lines changed
  • internal/common-hooks/readiness

1 file changed

+1
-1
lines changed

internal/common-hooks/readiness/hook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ func CheckModuleReadiness(cfg *ReadinessHookConfig) func(ctx context.Context, in
194194
patch, err := json.Marshal(map[string]any{
195195
"status": map[string]any{
196196
"conditions": uConditions,
197-
phase: phase,
197+
"phase": phase,
198198
},
199199
})
200200
if err != nil {

0 commit comments

Comments
 (0)