-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathibm-opencontent-flink-operator-orm.yaml
30 lines (30 loc) · 1.18 KB
/
ibm-opencontent-flink-operator-orm.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
apiVersion: devops.turbonomic.io/v1alpha1
kind: OperatorResourceMapping
metadata:
name: flink-operator-orm
namespace: $namespace
spec:
mappings:
patterns:
- owned:
apiVersion: apps/v1
kind: Deployment
path: .spec.template.spec.containers[?(@.name=="flink-kubernetes-operator")].resources
name: flink-kubernetes-operator
ownerPath: .spec.install.spec.deployments[?(@.name=="flink-kubernetes-operator")].spec.template.spec.containers[?(@.name=="flink-kubernetes-operator")].resources
selector: flink_operator
- owned:
apiVersion: apps/v1
kind: Deployment
path: .spec.template.spec.containers[?(@.name=="flink-webhook")].resources
name: flink-kubernetes-operator
ownerPath: .spec.install.spec.deployments[?(@.name=="flink-kubernetes-operator")].spec.template.spec.containers[?(@.name=="flink-webhook")].resources
selector: flink_operator
selectors:
flink_operator:
matchLabels:
app.kubernetes.io/name: flink-kubernetes-operator
owner:
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
name: ibm-opencontent-flink.v2.0.6