Update helm-release.yaml

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-11-19 22:35:34 +01:00
committed by GitHub
parent 39e50a7b57
commit 81b9b50d08
@@ -32,11 +32,11 @@ spec:
credentials:
s3:
type: s3
url: "${S3URL}"
bucket: "${S3PREFIX}-hass"
accessKey: "${S3ID}"
secretKey: "${S3KEY}"
encrKey: "${S3KEY}"
url: "${S3URL_TC}"
bucket: "${S3PREFIX_TC}-hass"
accessKey: "${S3ID_TC}"
secretKey: "${S3KEY_TC}"
encrKey: "${S3KEY_TC}"
b2:
type: s3
url: "${S3URL_BB}"