Переглянути джерело

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

jose-fully-ported 2 роки тому
батько
коміт
5b0145070d

+ 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