From 8390fbcb7a3b0b12d42cdec95b09422930f72f7f Mon Sep 17 00:00:00 2001 From: trivernis Date: Thu, 15 Feb 2024 14:54:57 +0100 Subject: [PATCH] apps(lychee): Fix datatype of env variable --- apps/lychee/app/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/lychee/app/deploy.yaml b/apps/lychee/app/deploy.yaml index 9668d2f..0c6e393 100644 --- a/apps/lychee/app/deploy.yaml +++ b/apps/lychee/app/deploy.yaml @@ -43,7 +43,7 @@ spec: - name: APP_URL value: https://lychee.trivernis.net - name: APP_FORCE_HTTPS - value: true + value: "true" volumes: - name: lychee-sym persistentVolumeClaim: