forked from hswaw/hscloud
games/valheim: always update on startup
This has already been deployed to prod. Change-Id: I02896bd7d12d89630b0465365e08a8980738184d
This commit is contained in:
parent
a715a02ad0
commit
b4de3f26f2
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,8 @@ local kube = import "../../kube/kube.libsonnet";
|
|||
PUBLIC: "1",
|
||||
PASSWORD: kube.SecretKeyRef(game.secret, "public"),
|
||||
NAME: cfg.displayName,
|
||||
# Always attempt to update valheim on startup.
|
||||
FORCE_INSTALL: "1",
|
||||
},
|
||||
resources: {
|
||||
requests: {
|
||||
|
|
Loading…
Reference in a new issue