-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
49 lines (38 loc) · 1012 Bytes
/
values.yaml
File metadata and controls
49 lines (38 loc) · 1012 Bytes
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
image:
repository: ghcr.io/lavlabinfrastructure/lut-puller
tag: latest
pullPolicy: IfNotPresent
schedule: "0 * * * *"
config:
# Provide existing secret name containing YAML files; files should have .yaml or .yml suffix.
existingSecret: ""
# When inlineConfigs is provided, the chart will create a Secret named {{ include "lut-puller.fullname" . }}-config.
inlineConfigs: []
# Each entry should be an object with `name` (filename) and `data` (YAML content).
# Example:
# inlineConfigs:
# - name: widget.yaml
# data: |
# widget:
# tenant-id: ...
configMountPath: /config
output:
enabled: true
existingClaim: ""
mountPath: /data
pod:
annotations: {}
labels: {}
serviceAccountName: ""
nodeSelector: {}
tolerations: []
affinity: {}
securityContext: {}
containerSecurityContext: {}
resources: {}
extraEnv: []
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
backoffLimit: 1
startingDeadlineSeconds: null
concurrencyPolicy: Forbid