Skip to content

Commit

Permalink
chore: updated cronjob.sample.yaml with new vars
Browse files Browse the repository at this point in the history
added the USE_PATH_STYLE var and explained that this must be set to false if you use minio.
  • Loading branch information
MichaelTrip committed Oct 4, 2024
1 parent 0de1b3d commit 87bdb54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cronjob.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ spec:
value: "important/backups"
- name: AGE_X25519_PUBLIC_KEY
value: "age1khpnnl86pzx96ttyjmldptsl5yn2v9jgmmzcjcufvk00ttkph9zs0ytgec"
# USE_PATH_STYLE is optional; set this to false if you have another s3 like endpoint such as minio.
# If not, the S3 will resolve to a hostname based on https://$BUCKET_NAME.$CUSTOM_S3_ENDPOINT/
- name: USE_PATH_STYLE
value: "false"
securityContext:
runAsUser: 1000
runAsGroup: 1000
Expand Down

0 comments on commit 87bdb54

Please sign in to comment.