-
Notifications
You must be signed in to change notification settings - Fork 0
/
one.yaml
72 lines (68 loc) · 1.53 KB
/
one.yaml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
creationTimestamp: null
name: argocd-admin-mq
namespace: ap-run
annotations:
argocd.argoproj.io/sync-wave: "0"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: admin
subjects:
- kind: ServiceAccount
name: openshift-gitops-argocd-application-controller
namespace: openshift-gitops
---
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: ibm-autopilot-operator
namespace: openshift-marketplace
annotations:
argocd.argoproj.io/sync-wave: "1"
spec:
displayName: IBM Autopilot Operator
image: us.icr.io/abp-builds/ibm-autopilot-operator-catalog:latest-amd64
publisher: IBM
sourceType: grpc
updateStrategy:
registryPoll:
interval: 45m
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: autopilot-operator
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "2"
spec:
channel: alpha
installPlanApproval: Automatic
name: autopilot-operator
source: ibm-autopilot-operator
sourceNamespace: openshift-marketplace
---
apiVersion: batch/v1
kind: Job
metadata:
name: health-check
labels:
jobgroup: health-check
annotations:
argocd.argoproj.io/sync-wave: "150"
spec:
template:
metadata:
name: health-check
labels:
jobgroup: health-check
spec:
containers:
- name: c
image: quay.io/libpod/ubuntu
command: ["sh", "-c", "sleep 20 & echo Hello"]
restartPolicy: Never