mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
* Added mock for gitlab and github for Unit test Signed-off-by: rishabh625 <rishabhmishra625@gmail.com> * Added missing mock endpoint Signed-off-by: rishabh625 <rishabhmishra625@gmail.com> * removed println and aserted for 1 master branch Signed-off-by: rishabh625 <rishabhmishra625@gmail.com> * removed auth header assertion Signed-off-by: rishabh625 <rishabhmishra625@gmail.com> * procfile to run binaries instead go run Signed-off-by: rishabh625 <rishabhmishra625@gmail.com> * procfile to run binaries instead go run Signed-off-by: rishabh625 <rishabhmishra625@gmail.com> * reverted unintentional testdata change Signed-off-by: rishabh625 <rishabhmishra625@gmail.com> * Added test for branch do not exists Signed-off-by: rishabh625 <rishabhmishra625@gmail.com>
31 lines
No EOL
781 B
Text
31 lines
No EOL
781 B
Text
clusters:
|
|
- cluster:
|
|
server: argocd1.example.com:443
|
|
name: argocd1.example.com:443
|
|
- cluster:
|
|
server: argocd2.example.com:443
|
|
name: argocd2.example.com:443
|
|
- cluster:
|
|
server: localhost:8080
|
|
name: localhost:8080
|
|
contexts:
|
|
- context:
|
|
server: argocd1.example.com:443
|
|
user: argocd1.example.com:443
|
|
cluster: argocd1.example.com:443
|
|
name: argocd1.example.com:443
|
|
- context:
|
|
server: argocd2.example.com:443
|
|
user: argocd2.example.com:443
|
|
cluster: argocd2.example.com:443
|
|
name: argocd2.example.com:443
|
|
- context:
|
|
server: localhost:8080
|
|
user: localhost:8080
|
|
cluster: localhost:8080
|
|
name: localhost:8080
|
|
current-context: localhost:8080
|
|
users:
|
|
- name: argocd1.example.com:443
|
|
- name: argocd2.example.com:443
|
|
- name: localhost:8080 |