fix(k8s): add B2_REGION placeholder to backend secrets
This commit is contained in:
parent
156b2f32db
commit
52dc11fafc
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ stringData:
|
|||
SMTP_SECURE: "false"
|
||||
SMTP_REQUIRE_TLS: "true"
|
||||
B2_BUCKET_NAME: "nxtgauge"
|
||||
B2_REGION: "" # TODO: Set to your B2 region (e.g., eu-central-003)
|
||||
B2_ENDPOINT: ""
|
||||
B2_ACCESS_KEY_ID: ""
|
||||
B2_SECRET_ACCESS_KEY: ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue