File tree 3 files changed +25
-10
lines changed
3 files changed +25
-10
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,19 @@ The pipeline-controller is a Kubernetes controller offering an API (in terms of
13
13
make run
14
14
```
15
15
16
+ ## Create example pipeline
17
+
18
+ To make it easier to develop on the controller, you can add example pipeline
19
+ resources:
20
+
21
+ ``` bash
22
+ # Github
23
+ kubectl apply --recursive -f e2e/testdata/pipelines/github/
24
+
25
+ # Gitlab
26
+ kubectl apply --recursive -f e2e/testdata/pipelines/gitlab/
27
+ ```
28
+
16
29
## Contributing
17
30
18
31
Check out [ how to contribute] ( CONTRIBUTING.md ) to the project.
Original file line number Diff line number Diff line change 16
16
targets :
17
17
- namespace : prod-github
18
18
promotion :
19
- pull-request :
20
- type : " github"
21
- url : " https://github.com/weaveworks/pipeline-controller-e2e"
22
- secretRef :
23
- name : " github-promotion-credentials"
19
+ strategy :
20
+ pull-request :
21
+ type : " github"
22
+ url : " https://github.com/weaveworks/pipeline-controller-e2e"
23
+ secretRef :
24
+ name : " github-promotion-credentials"
Original file line number Diff line number Diff line change 16
16
targets :
17
17
- namespace : prod-gitlab
18
18
promotion :
19
- pull-request :
20
- type : " gitlab"
21
- url : " https://gitlab.git.dev.weave.works/pipeline-controller/pipeline-controller-e2e"
22
- secretRef :
23
- name : " gitlab-ee-promotion-credentials"
19
+ strategy :
20
+ pull-request :
21
+ type : " gitlab"
22
+ url : " https://gitlab.git.dev.weave.works/pipeline-controller/pipeline-controller-e2e"
23
+ secretRef :
24
+ name : " gitlab-ee-promotion-credentials"
You can’t perform that action at this time.
0 commit comments