소스 검색

[POR-1889] hide the ack datastore charts from all users (#3747)

jose-fully-ported 2 년 전
부모
커밋
cb62bace60
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      dashboard/src/main/home/add-on-dashboard/NewAddOnFlow.tsx

+ 3 - 0
dashboard/src/main/home/add-on-dashboard/NewAddOnFlow.tsx

@@ -29,9 +29,12 @@ type Props = {
 const HIDDEN_CHARTS = [
   "agent",
   "elasticache-chart",
+  "elasticache-memcached",
+  "elasticache-redis",
   "loki",
   "porter-agent",
   "rds-chart",
+  "rds-postgresql"
 ];
 
 //For Charts that don't exist locally we need to add them in manually