diff --git a/pkg/cluster/actions.go b/pkg/cluster/actions.go index fdd77391d..84cd2b65e 100644 --- a/pkg/cluster/actions.go +++ b/pkg/cluster/actions.go @@ -12,8 +12,7 @@ var NoActions []Action = []Action{} type Plan = []Action type MetaData struct { - cluster *Cluster - namespace string + cluster *Cluster } type CreateSecret struct {