2022-04-09 16:58:21 +00:00
|
|
|
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
|
2019-06-07 18:41:47 +00:00
|
|
|
contexts:
|
2022-04-09 16:58:21 +00:00
|
|
|
- context:
|
|
|
|
|
server: argocd1.example.com:443
|
|
|
|
|
user: argocd1.example.com:443
|
|
|
|
|
cluster: argocd1.example.com:443
|
2019-11-12 22:38:48 +00:00
|
|
|
name: argocd1.example.com:443
|
2022-04-09 16:58:21 +00:00
|
|
|
- context:
|
|
|
|
|
server: argocd2.example.com:443
|
|
|
|
|
user: argocd2.example.com:443
|
|
|
|
|
cluster: argocd2.example.com:443
|
2019-11-12 22:38:48 +00:00
|
|
|
name: argocd2.example.com:443
|
2022-04-09 16:58:21 +00:00
|
|
|
- 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
|
2022-05-12 13:07:10 +00:00
|
|
|
- name: localhost:8080
|