mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-05 18:31:00 +03:00
fix bucket name mistake
This commit is contained in:
parent
b8c0c85801
commit
385e33702f
@ -75,9 +75,9 @@ environments:
|
|||||||
namespace: ai
|
namespace: ai
|
||||||
type: s3
|
type: s3
|
||||||
dependencies:
|
dependencies:
|
||||||
bucket: ai-agents
|
bucket: ai-agents-prod
|
||||||
lifecycle:
|
lifecycle:
|
||||||
ignore_changes: true
|
ignore_changes: false
|
||||||
|
|
||||||
- name: postgresql-secret
|
- name: postgresql-secret
|
||||||
namespace: ai
|
namespace: ai
|
||||||
@ -442,6 +442,7 @@ environments:
|
|||||||
|
|
||||||
- name: ai-agents-prod
|
- name: ai-agents-prod
|
||||||
acl: private
|
acl: private
|
||||||
|
role: storage.admin
|
||||||
versioning:
|
versioning:
|
||||||
enabled: false
|
enabled: false
|
||||||
cors:
|
cors:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user