From 92eb505ce6acdf755eae5c94436890feb639a855 Mon Sep 17 00:00:00 2001 From: Trivernis Date: Sun, 24 Nov 2024 09:25:21 +0000 Subject: [PATCH] apps(sharkey): put dummy container --- apps/sharkey/app/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/sharkey/app/deploy.yaml b/apps/sharkey/app/deploy.yaml index b53ca8a..d963200 100644 --- a/apps/sharkey/app/deploy.yaml +++ b/apps/sharkey/app/deploy.yaml @@ -30,7 +30,8 @@ spec: readOnly: true command: ['sh', '-c', 'cat /config/default.yml > /sharkey/.config/default.yml; cat /config-secret/secret.yml >> /sharkey/.config/default.yml;'] containers: - - image: registry.activitypub.software/transfem-org/sharkey:2024.3.1 + - image: nginx + # image: registry.activitypub.software/transfem-org/sharkey:2024.3.1 name: sharkey volumeMounts: - name: sharkey-files