Skip to content

Commit

Permalink
correcting condition type to ConditionTypeRuntimeDeprovisioned for sh…
Browse files Browse the repository at this point in the history
…oot deletion
  • Loading branch information
koala7659 committed Aug 1, 2024
1 parent 46cf23b commit aa11474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func sFnDeleteShoot(ctx context.Context, m *fsm, s *systemState) (stateFn, *ctrl
// action error handler section
m.log.Error(err, "Failed to delete gardener Shoot")
s.instance.UpdateStateDeletion(
imv1.ConditionTypeRuntimeProvisioned,
imv1.ConditionTypeRuntimeDeprovisioned,
imv1.ConditionReasonGardenerShootDeleted,
"False",
"Gardener API shoot delete error",
Expand Down

0 comments on commit aa11474

Please sign in to comment.