소스 검색

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

jose-fully-ported 2 년 전
부모
커밋
d24cfaf031
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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