You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: applications/rapid-analysis/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ A Helm chart for deploying the Rapid Analysis services.
8
8
|-----|------|---------|-------------|
9
9
| affinity | object |`{}`| This specifies the scheduling constraints of the pod. |
10
10
| butlerSecret | object |`{}`| This section allows for specification of Butler secret information. If this section is used, it must contain the following attributes: _key_ (The vault key for the Butler secret), _containerPath_ (The directory location for the Butler secret), _dbUser_ (The username for the Butler backend database) |
11
-
| configMountpoint | list |`[]`| This section holds the information necessary to claim persistent volumes. If the section is used, each object listed can have the following attributes defined: _name_ (The name ot the persistent volume), _containerPath_ (The path inside the container to mount),_subPath_ (persistent volume subpath, optional)|
11
+
| configMountpoint | list |`[]`| This section holds the information necessary to mount configmaps. If the section is used, each object listed can have the following attributes defined: _name_ (The name of the persistent volume and the configMap), _items_ (Files in the configmap to mount), |
12
12
| env | object |`{"AWS_REQUEST_CHECKSUM_CALCULATION":"WHEN_REQUIRED","AWS_RESPONSE_CHECKSUM_VALIDATION":"WHEN_REQUIRED"}`| This section holds a set of key, value pairs for environmental variables (ENV_VAR: value). NOTE: RUN_ARG is taken care of by the chart using _script_. |
13
13
| envSecrets | list |`[]`| This section holds specifications for secret injection. If this section is used, each object listed must have the following attributes defined: _name_ (The label for the secret), _secretName_ (The name of the vault store reference. Uses the _namespace_ attribute to construct the full name), _secretKey_ (The key in the vault store containing the necessary secret) |
14
14
| fullnameOverride | string |`""`| Specify the deployed application name specifically. Overrides all other names. |
@@ -26,7 +26,7 @@ A Helm chart for deploying the Rapid Analysis services.
26
26
| podAnnotations | object |`{}`| This allows the specification of pod annotations. |
27
27
| pullSecretsPath | string |`""`||
28
28
| pvcMountpoint | list |`[]`| This section holds information about existing volume claims. If the section is used, each object listed can have the following attributes defined: _name_ (The name ot the persistent volume), _containerPath_ (The path inside the container to mount), _subPath_ (persistent volume subpath, optional) |
29
-
| pvcMountpointClaim | list |`[]`| This section holds the information necessary to claim persistent volumes. If the section is used, each object listed can have the following attributes defined: _name_ (The name of the persistent volume and the configMap), _items_ (Files in the configmap to mount), |
29
+
| pvcMountpointClaim | list |`[]`| This section holds the information necessary to claim persistent volumes. If the section is used, each object listed can have the following attributes defined: _name_ (The name ot the persistent volume), _containerPath_ (The path inside the container to mount),_subPath_ (persistent volume subpath, optional)|
30
30
| redis.affinity | object |`{}`| Affinity rules for the redis pods |
31
31
| redis.enabled | bool |`false`| This specifies whether to use redis or not. |
32
32
| redis.env | object |`{}`| This section holds a set of key, value pairs for environmental variables (ENV_VAR: value). NOTE: RUN_ARG is taken care of by the chart using _script_. |
0 commit comments