Skip to content

Commit

Permalink
fix: add redirects to example controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Dec 28, 2019
1 parent 822308b commit 40ce4ad
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/controller/github/commit-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ data:
id: !env ISOLEX_GITHUB_APP_INSTALLATION

filters: []
redirect:
defaults: {}
forces: {}
transforms:
- metadata:
kind: template-transform
Expand Down
3 changes: 3 additions & 0 deletions docs/controller/github/pull-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ data:
id: !env ISOLEX_GITHUB_APP_INSTALLATION

filters: []
redirect:
defaults: {}
forces: {}
transforms: []
3 changes: 3 additions & 0 deletions docs/controller/gitlab/ci-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ data:
client:
root: https://git.apextoaster.com
token: !env ISOLEX_GITLAB_TOKEN
redirect:
defaults: {}
forces: {}
transforms:
- metadata:
kind: template-transform
Expand Down
3 changes: 3 additions & 0 deletions docs/controller/kubernetes/apps-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ data:
operator: any
values:
- string: test
redirect:
defaults: {}
forces: {}
transforms:
- metadata:
kind: template-transform
Expand Down
3 changes: 3 additions & 0 deletions docs/controller/kubernetes/core-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ data:
operator: any
values:
- string: test
redirect:
defaults: {}
forces: {}
transforms:
- metadata:
kind: template-transform
Expand Down

0 comments on commit 40ce4ad

Please sign in to comment.