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 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