Skip to content

Commit

Permalink
Remove the chown cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuderman committed Feb 21, 2024
1 parent 64320c8 commit 2bbaa3a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions galaxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,16 +269,6 @@ extraEnv: []

#- User defined CronJobs
cronJobs:
chown:
schedule: "0 * * * *"
securityContext:
runAsUser: 0
command:
- /usr/bin/chown
args:
- "-R"
- "galaxy"
- "/galaxy/server/database"
maintenance:
schedule: "5 2 * * *"
extraSettings:
Expand Down

0 comments on commit 2bbaa3a

Please sign in to comment.