Fix key creation apiAPP
[ZITADOPER-1]
This commit is contained in:
@@ -142,7 +142,9 @@ func (wr *wrappedProjectReconciler) reconcileProject(ctx context.Context, ztdCli
|
||||
return nil
|
||||
}
|
||||
if err != nil {
|
||||
return fmt.Errorf("Error getting project: %v", err)
|
||||
if !strings.Contains(err.Error(), "not found") {
|
||||
return fmt.Errorf("Error getting project: %v", err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user