Skip to content

Commit e4a45a5

Browse files
committed
🐛(backend) fix bucket access in the tilt stack
S3 username was desynchronized with the helmfile. Leading to error, when patching object or saving any update to the Minio bucket. @rouja fixed it.
1 parent 3ca39ce commit e4a45a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helm/env.d/dev/values.impress.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ backend:
4747
POSTGRES_PASSWORD: pass
4848
REDIS_URL: redis://default:pass@redis-master:6379/1
4949
AWS_S3_ENDPOINT_URL: http://minio.impress.svc.cluster.local:9000
50-
AWS_S3_ACCESS_KEY_ID: impress
50+
AWS_S3_ACCESS_KEY_ID: root
5151
AWS_S3_SECRET_ACCESS_KEY: password
5252
AWS_STORAGE_BUCKET_NAME: impress-media-storage
5353
STORAGES_STATICFILES_BACKEND: django.contrib.staticfiles.storage.StaticFilesStorage

0 commit comments

Comments
 (0)