Skip to content

Commit

Permalink
update test example path
Browse files Browse the repository at this point in the history
Signed-off-by: ansingh <[email protected]>
  • Loading branch information
anandrkskd committed Jul 17, 2023
1 parent 2d0efad commit f0c8fcb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ commands:
spec:
project: default
source:
repoURL: https://github.com/bluengo/argocd-apps-examples
path: ./deploymentconfig-example
repoURL: https://github.com/redhat-developer/gitops-operator
path: test/examples/deploymentconfig-example
targetRevision: deploymentconfig_2-replicas
destination:
server: https://kubernetes.default.svc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ commands:
spec:
project: default
source:
repoURL: https://github.com/jaideepr97/gitops-examples
path: bgd-k8s
repoURL: https://github.com/redhat-developer/gitops-operator
path: test/examples/bgd-k8s
targetRevision: "HEAD"
destination:
server: "https://kubernetes.default.svc"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: 'https://github.com/argoproj/argocd-example-apps.git'
path: guestbook
repoURL: https://github.com/redhat-developer/gitops-operator.git
path: test/examples/guestbook
targetRevision: HEAD
plugin:
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: 'https://github.com/bluengo/argocd-apps-examples.git'
path: kustomize-example
repoURL: https://github.com/redhat-developer/gitops-operator.git
path: test/examples/kustomize-example
targetRevision: HEAD
destination:
server: 'https://kubernetes.default.svc'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ spec:
server: https://kubernetes.default.svc
project: default
source:
path: kustomize-guestbook
repoURL: https://github.com/argoproj/argocd-example-apps
repoURL: https://github.com/redhat-developer/gitops-operator
path: test/examples/kustomize-guestbook
targetRevision: master
syncPolicy:
automated:
Expand Down

0 comments on commit f0c8fcb

Please sign in to comment.