cleanup: remove runAsUser=0, permissions now fixed in CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user