Skip to content

Commit

Permalink
Remove namespace config.
Browse files Browse the repository at this point in the history
This makes it safe to remove triggers from a cluster without impacting
the shared pipelines namespace.

Fixes tektoncd#262.
  • Loading branch information
wlynch authored and tekton-robot committed Dec 12, 2019
1 parent 5347b05 commit e6881e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
18 changes: 0 additions & 18 deletions config/100-namespace.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ initialize $@
failed=0

header "Setting up environment"
install_triggers_crd
install_pipeline_crd
install_triggers_crd

header "Running yaml tests"
$(dirname $0)/e2e-tests-yaml.sh || failed=1
Expand All @@ -38,4 +38,4 @@ header "Running Go e2e tests"
go_test_e2e -timeout=20m ./test || failed=1

(( failed )) && fail_test
success
success

0 comments on commit e6881e2

Please sign in to comment.