From f33a52a94c39d2134dae89e08e42b656abbc7bc7 Mon Sep 17 00:00:00 2001
From: Peter Smeets
Date: Thu, 31 Jul 2025 21:41:56 +0200
Subject: [PATCH 1/2] Update 50-deployment.yaml
---
docs/install/k8s/50-deployment.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/install/k8s/50-deployment.yaml b/docs/install/k8s/50-deployment.yaml
index 3ec24bd73..42fab235b 100644
--- a/docs/install/k8s/50-deployment.yaml
+++ b/docs/install/k8s/50-deployment.yaml
@@ -63,7 +63,6 @@ spec:
source venv/bin/activate
echo "Updating database"
python manage.py migrate
- python manage.py collectstatic_js_reverse
python manage.py collectstatic --noinput
echo "Setting media file attributes"
chown -R 65534:65534 /opt/recipes/mediafiles
From 95b63f5180746c431db5401441e34931ebb946f3 Mon Sep 17 00:00:00 2001
From: Peter Smeets
Date: Thu, 31 Jul 2025 21:51:26 +0200
Subject: [PATCH 2/2] Update kubernetes.md
---
docs/install/kubernetes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/install/kubernetes.md b/docs/install/kubernetes.md
index b8e5c1c89..dac4b4588 100644
--- a/docs/install/kubernetes.md
+++ b/docs/install/kubernetes.md
@@ -6,7 +6,7 @@
## K8s Setup
-This is a setup which should be sufficient for production use. Be sure to replace the default secrets!
+This is a setup which should be sufficient for production use. Be sure to replace the default secrets! You can find the example files [here](https://github.com/MyDigitalLife/recipes/tree/fix-k8s-documentation/docs/install/k8s) on Github.
## Files