Skip to content

Commit

Permalink
readd schedule:run
Browse files Browse the repository at this point in the history
  • Loading branch information
rwhite27 committed May 22, 2024
1 parent fa5a5b2 commit f436e22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm/templates/pod-laravel-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ spec:
chmod -R 777 /var/www/html/bootstrap/cache && \
cd /var/www/html \
&& php artisan lighthouse:cache \
&& php artisan config:cache"
&& php artisan config:cache \
&& php artisan schedule:run"
]
securityContext:
fsGroup: 65533

0 comments on commit f436e22

Please sign in to comment.