Skip to content

Commit

Permalink
Add description of what issue these options fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timetinytim committed Sep 30, 2024
1 parent ec8cbb6 commit d82305b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ mastodon:
enabled: true
assetsPrecompile:
enabled: true
# Upload website assets to S3 before deploying
# Upload website assets to S3 before deploying.
# Whenever there is an update to Mastodon, sometimes there are assets files
# that are renamed. As the pods are getting redeployed, and old/new pods are
# present simultaneously, that old asset files are requested from pods that
# don't have them anymore. Uploading asset files to S3 in this manner solves
# this potential conflict.
s3Upload:
enabled: false
endpoint:
Expand Down

0 comments on commit d82305b

Please sign in to comment.