-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvalues.yaml
More file actions
58 lines (52 loc) · 1.39 KB
/
values.yaml
File metadata and controls
58 lines (52 loc) · 1.39 KB
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
olm:
rbacApiVersion: rbac.authorization.k8s.io
namespace: operator-lifecycle-manager
# see https://kubernetes.io/docs/concepts/security/pod-security-admission/ for more details
namespace_psa:
enforceLevel: baseline
enforceVersion: latest
auditLevel: restricted
auditVersion: latest
warnLevel: restricted
warnVersion: latest
catalog_namespace: operator-lifecycle-manager
operator_namespace: operators
# see https://kubernetes.io/docs/concepts/security/pod-security-admission/ for more details
operator_namespace_psa:
enforceLevel: baseline
enforceVersion: latest
writeStatusName: '""'
imagestream: false
debug: false
installType: upstream
olm:
replicaCount: 1
image:
pullPolicy: Always
service:
internalPort: 8080
externalPort: metrics
# tlsSecret: olm-operator-serving-cert
# clientCASecret: pprof-serving-cert
nodeSelector:
kubernetes.io/os: linux
catalog:
setWorkloadUserID: true
replicaCount: 1
commandArgs: --configmapServerImage=quay.io/operator-framework/configmap-operator-registry:latest
image:
pullPolicy: Always
service:
internalPort: 8080
externalPort: metrics
package:
replicaCount: 1
maxUnavailable: 1
maxSurge: 1
image:
pullPolicy: Always
service:
internalPort: 5443
monitoring:
enabled: false
namespace: monitoring