Quellcode durchsuchen

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

jose-fully-ported vor 2 Jahren
Ursprung
Commit
d24cfaf031
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      dashboard/src/main/home/add-on-dashboard/NewAddOnFlow.tsx

+ 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