games/valheim: always update on startup

This has already been deployed to prod.

Change-Id: I02896bd7d12d89630b0465365e08a8980738184d
This commit is contained in:
q3k 2021-02-25 13:22:27 +01:00
parent a715a02ad0
commit b4de3f26f2

View file

@ -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: {