fixed default varable

This commit is contained in:
Jonas Forsberg 2024-10-19 11:09:04 +02:00
parent 817fdf175a
commit dd11ed2197
2 changed files with 3 additions and 2 deletions

View File

@ -45,7 +45,7 @@ The following table lists the configurable parameters of the Lib chart and their
| `autoscaling.targetCPUUtilizationPercentage` | | `80` |
| `secrets` | Secrets 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` | | `[]` |
| `volumeMounts` | | `[]` |
| `volumeClaimTemplates` | used for statefulset https://kubernetes.io/docs/concepts/workloads/controllers/statefulset | `[]` |

View File

@ -99,7 +99,8 @@ configs: {} # ConfigMaps that needs to be created
# KEY: VALUE
env: # environment variables the controller should have
TZ: Europe/Stockholm
- name: TZ
value: Europe/Stockholm
# Additional volumes on the output Deployment definition.
volumes: []
# - name: foo