Skip to content

Commit

Permalink
chore: added user to context
Browse files Browse the repository at this point in the history
  • Loading branch information
puffitos authored and manno committed Mar 1, 2024
1 parent a0be2c7 commit 2cdb038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/fleet/templates/job_cleanup_clusterregistrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ spec:
restartPolicy: Never
securityContext:
runAsNonRoot: true
runAsGroup: 1001
fsGroup: 1001
runAsGroup: 1000
runAsUser: 1000
containers:
- name: cleanup
image: "{{ template "system_default_registry" . }}{{.Values.agentImage.repository}}:{{.Values.agentImage.tag}}"
Expand Down

0 comments on commit 2cdb038

Please sign in to comment.