Remove cassandra example

This commit is contained in:
Manuel de Brito Fontes
2018-02-26 19:20:51 -03:00
parent 19f592e4c4
commit 02370e529b
33 changed files with 24 additions and 2314 deletions

View File

@@ -334,7 +334,7 @@ func TestSelectorTest(t *testing.T) {
cmd.SetOutput(buf)
cmd.Flags().Set("output", "name")
cmd.Flags().Set("local", "true")
cmd.Flags().Set("filename", "../../../../examples/storage/cassandra/cassandra-service.yaml")
cmd.Flags().Set("filename", "../../../../test/e2e/testing-manifests/statefulset/cassandra/service.yaml")
cmd.Run(cmd, []string{"environment=qa"})