fixed default varable
This commit is contained in:
parent
817fdf175a
commit
dd11ed2197
@ -45,7 +45,7 @@ The following table lists the configurable parameters of the Lib chart and their
|
|||||||
| `autoscaling.targetCPUUtilizationPercentage` | | `80` |
|
| `autoscaling.targetCPUUtilizationPercentage` | | `80` |
|
||||||
| `secrets` | Secrets that needs to be created | `{}` |
|
| `secrets` | Secrets that needs to be created | `{}` |
|
||||||
| `configs` | ConfigMaps that needs to be created | `{}` |
|
| `configs` | ConfigMaps that needs to be created | `{}` |
|
||||||
| `env.TZ` | | `"Europe/Stockholm"` |
|
| `env` | environment variables the controller should have | `[{"name": "TZ", "value": "Europe/Stockholm"}]` |
|
||||||
| `volumes` | | `[]` |
|
| `volumes` | | `[]` |
|
||||||
| `volumeMounts` | | `[]` |
|
| `volumeMounts` | | `[]` |
|
||||||
| `volumeClaimTemplates` | used for statefulset https://kubernetes.io/docs/concepts/workloads/controllers/statefulset | `[]` |
|
| `volumeClaimTemplates` | used for statefulset https://kubernetes.io/docs/concepts/workloads/controllers/statefulset | `[]` |
|
||||||
|
@ -99,7 +99,8 @@ configs: {} # ConfigMaps that needs to be created
|
|||||||
# KEY: VALUE
|
# KEY: VALUE
|
||||||
|
|
||||||
env: # environment variables the controller should have
|
env: # environment variables the controller should have
|
||||||
TZ: Europe/Stockholm
|
- name: TZ
|
||||||
|
value: Europe/Stockholm
|
||||||
# Additional volumes on the output Deployment definition.
|
# Additional volumes on the output Deployment definition.
|
||||||
volumes: []
|
volumes: []
|
||||||
# - name: foo
|
# - name: foo
|
||||||
|
Loading…
Reference in New Issue
Block a user