Skip to content

Commit 40249f9

Browse files
author
Moritz Clasmeier
committed
Simply teardown, hopefully making it more robust against CNO races
1 parent c50c814 commit 40249f9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

internal/deployer/deployer.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ func (d *Deployer) deleteCentralResources(ctx context.Context) error {
135135
} else {
136136
d.logger.Info("Deletion of Central resources requested, but Central CR is not present anymore")
137137
}
138+
if d.verbose {
139+
d.logger.Dim("Deleted Central CR")
140+
}
138141

139142
for _, resource := range []ResourceToDelete{
140143
{Name: "central-db", Kind: "pvc"},

0 commit comments

Comments
 (0)