mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2025-12-12 02:00:11 +01:00
feat: add support for changing the timezone in the container
This commit is contained in:
parent
01c163c081
commit
67d14dbbe9
3 changed files with 20 additions and 1 deletions
|
|
@ -81,6 +81,10 @@
|
|||
name = "DOTFILES_REPO";
|
||||
value = "\${data.coder_parameter.dotfiles_repo.value}";
|
||||
}
|
||||
{
|
||||
name = "TZ";
|
||||
value = "\${data.coder_parameter.timezone.value}";
|
||||
}
|
||||
];
|
||||
resources = {
|
||||
requests = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue