-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
53 lines (42 loc) · 1.53 KB
/
values.yaml
File metadata and controls
53 lines (42 loc) · 1.53 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
# Default values for okapi-hooks.
enabled: false
nameOverride: ""
fullnameOverride: ""
#REQUIRED values that must be specified by the parent chart:
#Module base URL with scheme and port, NO DEFAULT
moduleUrl: ""
#ModuleDescriptor literal (JSON), NO DEFAULT
moduleDescriptor: ""
#Okapi tenant(s) to deploy the module to, NO DEFAULTS
#If list is empty or undefined, module will be registered and deployed but
#not enabled for any tenant
tenants: []
#REQUIRED values with defaults in the subchart, may be overridden by parent chart:
#Okapi base URL with scheme and port
okapiUrl: "http://okapi:9130"
#Okapi secret name, the secret must include OKAPI_USER/OKAPI_PASS or OKAPI_TOKEN keys
okapiSecret: "okapi-secret"
#Okapi admin tenant
supertenant: supertenant
# IfNotPresent: only pull the image when it doesn’t already exist on the node.
# Always: always pull the latest version of the image from the container registry.
# Never: there will be no attempts to pull the image.
image:
repository: ghcr.io/indexdata/okapi-hooks
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: ""
pullSecrets: []
env: {}
envSecrets: {}
envConfigMaps: {}
serviceAccount:
# Specifies whether a service account should be created.
create: true
# Automatically mount a ServiceAccount's API credentials?
automount: true
# Annotations to add to the service account.
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""