blob: 31bc324704c2eddead05f9be8435204f99cb6aff (
plain)
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
|
nameOverride: ""
fullnameOverride: ""
# certConfig is the certificate configuration.
#certConfig: {}
# cloneStrategyOverride: should we use a host-assisted copy even if
# snapshots are available?
#cloneStrategyOverride: ""
# config is the CDIConfig at CDI level.
#config: {}
# imagePullPolicy describes a policy for if/when to pull a container
# image.
imagePullPolicy: IfNotPresent
# infra contains the rules on which nodes CDI infrastructure pods will
# be scheduled.
infra:
nodeSelector:
kubernetes.io/os: linux
tolerations:
- key: CriticalAddonsOnly
operator: Exists
# uninstallStrategy defines the state to leave CDI on uninstall.
#uninstallStrategy: ""
# workload restricts on which nodes CDI workload pods will be
# scheduled.
workload:
nodeSelector:
kubernetes.io/os: linux
|