Просмотр исходного кода

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

jose-fully-ported 2 лет назад
Родитель
Сommit
5b0145070d
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