Przeglądaj źródła

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

jose-fully-ported 2 lat temu
rodzic
commit
cb62bace60

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

@@ -29,9 +29,12 @@ type Props = {
 const HIDDEN_CHARTS = [
 const HIDDEN_CHARTS = [
   "agent",
   "agent",
   "elasticache-chart",
   "elasticache-chart",
+  "elasticache-memcached",
+  "elasticache-redis",
   "loki",
   "loki",
   "porter-agent",
   "porter-agent",
   "rds-chart",
   "rds-chart",
+  "rds-postgresql"
 ];
 ];
 
 
 //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