Skip to content

Commit

Permalink
added missing namespaces to delete
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler committed Apr 10, 2019
1 parent 94d174e commit 51c626b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/kyma/cmd/uninstall/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
)

var (
namespacesToDelete = []string{"istio-system", "kyma-integration", "kyma-system", "natss"}
crdGroupsToDelete = []string{"kyma-project.io", "istio.io", "dex.coreos.com"}
namespacesToDelete = []string{"istio-system", "kyma-integration", "kyma-system", "natss", "knative-eventing", "knative-serving"}
crdGroupsToDelete = []string{"kyma-project.io", "istio.io", "dex.coreos.com", "knative.dev"}
)

const (
Expand Down

0 comments on commit 51c626b

Please sign in to comment.