Explorar el Código

Merge pull request #2731 from porter-dev/rename-cluster-hotfix

remove preview envs scope form cluster rename
jusrhee hace 3 años
padre
commit
0287cbbeea
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      api/server/router/cluster.go

+ 0 - 1
api/server/router/cluster.go

@@ -571,7 +571,6 @@ func getClusterRoutes(
 					types.UserScope,
 					types.ProjectScope,
 					types.ClusterScope,
-					types.PreviewEnvironmentScope,
 				},
 			},
 		)