Files
Taehyun Kim 2eb6d2da61 [stable/jaeger-operator] make compatible with helm3 (#19212)
* make compatible with helm3

Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>

* add crds.yaml

Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>
2019-12-05 00:26:32 -08:00

45 lines
851 B
YAML

# Default values for jaeger-operator.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: jaegertracing/jaeger-operator
tag: 1.15.1
pullPolicy: IfNotPresent
crd:
install: true
jaeger:
# Specifies whether Jaeger instance should be created
create: false
spec: {}
rbac:
# Specifies whether RBAC resources should be created
create: true
pspEnabled: false
clusterRole: false
serviceAccount:
# Specifies whether a ServiceAccount should be created
create: true
# The name of the ServiceAccount to use.
# If not set and create is true, a name is generated using the fullname template
name:
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}
securityContext: {}