We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ca039 commit cc9358fCopy full SHA for cc9358f
1 file changed
deployment/clouddeploy/deployer.go
@@ -1720,7 +1720,7 @@ func (p *Deployer) Cleanup(ctx context.Context) error {
1720
}
1721
1722
for _, project := range projects.Data {
1723
- if !strings.HasPrefix(project.Data.Name, "cbdc2_") && project.Data.ClusterCount == 0 {
+ if strings.HasPrefix(project.Data.Name, "cbdc2_") && project.Data.ClusterCount == 0 {
1724
p.logger.Info("removing project",
1725
zap.String("project-id", project.Data.ID))
1726
0 commit comments