forked from operator-framework/operator-lifecycle-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
local-values.yaml
46 lines (42 loc) · 966 Bytes
/
local-values.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
installType: upstream
rbacApiVersion: rbac.authorization.k8s.io
namespace: olm
writeStatusName: '""'
catalog_namespace: olm
operator_namespace: operators
debug: true
olm:
replicaCount: 1
image:
ref: quay.io/operator-framework/olm:local
pullPolicy: IfNotPresent
service:
internalPort: 8080
catalog:
replicaCount: 1
image:
ref: quay.io/operator-framework/olm:local
pullPolicy: IfNotPresent
service:
internalPort: 8080
package:
replicaCount: 1
image:
ref: quay.io/operator-framework/olm:local
pullPolicy: IfNotPresent
service:
internalPort: 5443
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
effect: "NoSchedule"
- key: "node.kubernetes.io/unreachable"
operator: "Exists"
effect: "NoExecute"
tolerationSeconds: 120
- key: "node.kubernetes.io/not-ready"
operator: "Exists"
effect: "NoExecute"
tolerationSeconds: 120
catalog_sources:
- rh-operators