Skip to content

Commit

Permalink
fix e2e test to point to proper git branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cppforlife committed Jun 25, 2020
1 parent 246ea66 commit 9b0c280
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
fetch:
- git:
url: https://github.com/k14s/k8s-simple-app-example
ref: origin/master
ref: origin/develop
subPath: config-step-2-template
template:
- ytt: {}
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-app-git/1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
fetch:
- git:
url: https://github.com/k14s/k8s-simple-app-example
ref: origin/master
ref: origin/develop
subPath: config-step-2-template
template:
- ytt: {}
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-app-git/2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
fetch:
- git:
url: https://github.com/k14s/k8s-simple-app-example
ref: origin/master
ref: origin/develop
subPath: config-step-2-template
template:
- ytt:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/git_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
fetch:
- git:
url: https://github.com/k14s/kapp
ref: origin/master
ref: origin/develop
subPath: examples/gitops/guestbook
template:
- ytt: {}
Expand Down

0 comments on commit 9b0c280

Please sign in to comment.