File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
test/e2e/suite/006-apps-in-any-namespace Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 argocd-image-updater.argoproj.io/guestbook.update-strategy : semver
77 name : image-updater-006
88spec :
9- project : default
9+ project : project-one
1010 source :
1111 repoURL : https://github.com/argoproj/argocd-example-apps.git
1212 path : kustomize-guestbook
Original file line number Diff line number Diff line change @@ -25,8 +25,13 @@ metadata:
2525 name : project-one
2626 namespace : argocd-image-updater-e2e
2727spec :
28+ sourceRepos :
29+ - ' *'
30+ destinations :
31+ - namespace : ' *'
32+ server : ' *'
2833 sourceNamespaces :
29- - image-updater-e2e-test
34+ - image-updater-e2e-006-01
3035---
3136apiVersion : kuttl.dev/v1beta1
3237kind : TestStep
@@ -44,7 +49,7 @@ metadata:
4449 argocd-image-updater.argoproj.io/image-list : guestbook=gcr.io/heptio-images/ks-guestbook-demo:~0
4550 argocd-image-updater.argoproj.io/guestbook.update-strategy : semver
4651spec :
47- project : default
52+ project : project-one
4853 source :
4954 repoURL : https://github.com/argoproj/argocd-example-apps.git
5055 path : kustomize-guestbook
Original file line number Diff line number Diff line change 55- apiVersion : argoproj.io/v1alpha1
66 kind : Application
77 name : image-updater-006
8+ - apiVersion : argoproj.io/v1alpha1
9+ kind : AppProject
10+ name : project-one
811- apiVersion : v1
912 kind : Namespace
1013 name : image-updater-e2e-006-01
You can’t perform that action at this time.
0 commit comments