blob: df3125bb865b7fd6238e9a27cc204bebfd4a6839 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: image-updater-102-0
status:
health:
status: Healthy
sync:
status: Synced
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: image-updater-102-1
status:
health:
status: Healthy
sync:
status: Synced
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: image-updater-102-2
status:
health:
status: Healthy
sync:
status: Synced
|