-
Notifications
You must be signed in to change notification settings - Fork 1
/
all-operators.yaml
55 lines (55 loc) · 1.46 KB
/
all-operators.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
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: cp4i-operators
spec:
generators:
- list:
elements:
- name: openshift-cert-manager
namespace: cert-manager-operator
- name: platformnavigator
namespace: cp4i
- name: apiconnect
namespace: cp4i
- name: appconnect
namespace: cp4i
- name: mq
namespace: cp4i
- name: eventstreams
namespace: cp4i
- name: eventendpointmgmt
namespace: cp4i
- name: eventprocessing
namespace: cp4i
- name: flink
namespace: cp4i
- name: openshift-logging
namespace: openshift-logging
- name: openshift-pipelines
namespace: openshift-operators
- name: cert-utils
namespace: cert-utils-operator
- name: instana-agent
namespace: openshift-operators
#- name: clusterresourceoverride
# namespace: cp4i
- name: assetrepository
namespace: cp4i
template:
metadata:
name: '{{name}}-operator'
labels:
group: applications
annotations:
argocd.argoproj.io/sync-wave: "100"
spec:
project: cp4i-operators
source:
path: 'components/{{name}}/operator'
destination:
server: https://kubernetes.default.svc
namespace: '{{namespace}}'
syncPolicy:
automated:
selfHeal: true