forked from operator-framework/operator-lifecycle-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
44 lines (44 loc) · 1.26 KB
/
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
installType: upstream
rbacApiVersion: rbac.authorization.k8s.io
namespace: olm
# see https://kubernetes.io/docs/concepts/security/pod-security-admission/ for more details
namespace_psa:
enforceLevel: restricted
enforceVersion: latest
catalog_namespace: olm
operator_namespace: operators
# see https://kubernetes.io/docs/concepts/security/pod-security-admission/ for more details
operator_namespace_psa:
enforceLevel: baseline
enforceVersion: latest
imagestream: false
writeStatusName: '""'
writePackageServerStatusName: ""
olm:
replicaCount: 1
image:
ref: quay.io/operator-framework/olm@sha256:e74b2ac57963c7f3ba19122a8c31c9f2a0deb3c0c5cac9e5323ccffd0ca198ed
pullPolicy: IfNotPresent
service:
internalPort: 8080
catalog:
setWorkloadUserID: true
replicaCount: 1
image:
ref: quay.io/operator-framework/olm@sha256:e74b2ac57963c7f3ba19122a8c31c9f2a0deb3c0c5cac9e5323ccffd0ca198ed
pullPolicy: IfNotPresent
service:
internalPort: 8080
package:
replicaCount: 2
maxUnavailable: 1
maxSurge: 1
image:
ref: quay.io/operator-framework/olm@sha256:e74b2ac57963c7f3ba19122a8c31c9f2a0deb3c0c5cac9e5323ccffd0ca198ed
pullPolicy: Always
service:
internalPort: 5443
securityContext:
runAsUser: 1000
catalog_sources:
- rh-operators