github.com/operator-framework/operator-lifecycle-manager@v0.30.0/doc/install/local-values.yaml (about)

     1  installType: upstream
     2  rbacApiVersion: rbac.authorization.k8s.io
     3  namespace: olm
     4  writeStatusName: '""'
     5  catalog_namespace: olm
     6  operator_namespace: operators
     7  debug: true
     8  
     9  olm:
    10    replicaCount: 1
    11    image:
    12      ref: quay.io/operator-framework/olm:local
    13      pullPolicy: IfNotPresent
    14    service:
    15      internalPort: 8080
    16  
    17  catalog:
    18    replicaCount: 1
    19    image:
    20      ref: quay.io/operator-framework/olm:local
    21      pullPolicy: IfNotPresent
    22    service:
    23      internalPort: 8080
    24  
    25  package:
    26    replicaCount: 1
    27    image:
    28      ref: quay.io/operator-framework/olm:local
    29      pullPolicy: IfNotPresent
    30    service:
    31      internalPort: 5443
    32    tolerations:
    33    - key: node-role.kubernetes.io/master
    34      operator: Exists
    35      effect: "NoSchedule"
    36    - key: "node.kubernetes.io/unreachable"
    37      operator: "Exists"
    38      effect: "NoExecute"
    39      tolerationSeconds: 120
    40    - key: "node.kubernetes.io/not-ready"
    41      operator: "Exists"
    42      effect: "NoExecute"
    43      tolerationSeconds: 120
    44  
    45  catalog_sources:
    46    - rh-operators