From d09672f673ddf706bd4d1854fa53c411a436a62e Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Tue, 7 May 2024 18:45:48 +0200 Subject: [PATCH] fix(linkwarden): run playwright install --- linkwarden/resources/deployment.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/linkwarden/resources/deployment.yaml b/linkwarden/resources/deployment.yaml index 21db38f..a8432e6 100644 --- a/linkwarden/resources/deployment.yaml +++ b/linkwarden/resources/deployment.yaml @@ -16,12 +16,12 @@ spec: app.kubernetes.io/name: linkwarden spec: initContainers: - # - name: install-packages - # image: linkwarden - # command: ["/bin/bash", "-c", "npx playwright install"] - # volumeMounts: - # - name: node-cache - # mountPath: /home/node/.cache + - name: install-packages + image: linkwarden + command: ["/bin/bash", "-c", "npx playwright install"] + volumeMounts: + - name: node-cache + mountPath: /home/node/.cache - name: run-prisma-migrations image: linkwarden command: ["/data/node_modules/.bin/prisma"]