From fa8fb0fcfe81231235a9939f95cd0ebb683f6a9a Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 19 Apr 2026 23:34:54 +0200 Subject: [PATCH] fix: chmod 755 on hugo public dir for nginx read access --- clusters/homelab/apps/hugo/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/clusters/homelab/apps/hugo/deployment.yaml b/clusters/homelab/apps/hugo/deployment.yaml index 0645e71..eeeb4d5 100644 --- a/clusters/homelab/apps/hugo/deployment.yaml +++ b/clusters/homelab/apps/hugo/deployment.yaml @@ -29,6 +29,7 @@ spec: flux pull artifact oci://forgejo.net-scope.org/hans/hugo-site:latest \ --output=/public \ --creds=hans:${REGISTRY_TOKEN} + chmod -R 755 /public volumeMounts: - name: public mountPath: /public