fix: run artifact-fetch as root to fix permissions
This commit is contained in:
@@ -15,6 +15,8 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: artifact-fetch
|
- name: artifact-fetch
|
||||||
|
securityContext:
|
||||||
|
runAsUser: 0
|
||||||
image: ghcr.io/fluxcd/flux-cli:v2.8.5
|
image: ghcr.io/fluxcd/flux-cli:v2.8.5
|
||||||
env:
|
env:
|
||||||
- name: REGISTRY_TOKEN
|
- name: REGISTRY_TOKEN
|
||||||
|
|||||||
Reference in New Issue
Block a user