Pārlūkot izejas kodu

fix: remove rds-postgresql-aurora from addons ui (#4008)

jose-fully-ported 2 gadi atpakaļ
vecāks
revīzija
d24cfaf031

+ 2 - 1
dashboard/src/main/home/add-on-dashboard/NewAddOnFlow.tsx

@@ -34,7 +34,8 @@ const HIDDEN_CHARTS = [
   "loki",
   "loki",
   "porter-agent",
   "porter-agent",
   "rds-chart",
   "rds-chart",
-  "rds-postgresql"
+  "rds-postgresql",
+  "rds-postgresql-aurora"
 ];
 ];
 
 
 //For Charts that don't exist locally we need to add them in manually
 //For Charts that don't exist locally we need to add them in manually