A stupid thing
This commit is contained in:
		@@ -142,6 +142,7 @@ func (env *Environemnt) Delete(ctx context.Context) error {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (env *Environemnt) ListEnvs(ctx context.Context) ([]string, error) {
 | 
			
		||||
	env.Controller.GetClient()
 | 
			
		||||
	conf := &rest.Config{
 | 
			
		||||
		Host:        "https://kubernetes.default.svc.cluster.local:443",
 | 
			
		||||
		BearerToken: env.Token,
 | 
			
		||||
@@ -159,7 +160,6 @@ func (env *Environemnt) ListEnvs(ctx context.Context) ([]string, error) {
 | 
			
		||||
	labels := client.MatchingLabels{
 | 
			
		||||
		"kind": "environment",
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	ns := client.InNamespace(env.UserID)
 | 
			
		||||
	if err := cl.List(ctx, &cms, labels, ns); err != nil {
 | 
			
		||||
		return []string{}, err
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user