From 294c80bbcfb425c1a6ad4fb4ceb1d8d41f8f18d4 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 20 Apr 2026 00:00:35 +0200 Subject: [PATCH] cleanup: remove runAsUser=0, permissions now fixed in CI --- clusters/homelab/apps/hugo/deployment.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/clusters/homelab/apps/hugo/deployment.yaml b/clusters/homelab/apps/hugo/deployment.yaml index d86cb14..0645e71 100644 --- a/clusters/homelab/apps/hugo/deployment.yaml +++ b/clusters/homelab/apps/hugo/deployment.yaml @@ -15,8 +15,6 @@ spec: spec: initContainers: - name: artifact-fetch - securityContext: - runAsUser: 0 image: ghcr.io/fluxcd/flux-cli:v2.8.5 env: - name: REGISTRY_TOKEN @@ -31,7 +29,6 @@ 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