fix access_key_id name
All checks were successful
Build and Publish / build-release (push) Successful in 43s

This commit is contained in:
2026-04-23 17:02:36 -05:00
parent 7d0561f2db
commit 3bcc38b4ae
3 changed files with 4 additions and 4 deletions

View File

@@ -13,11 +13,11 @@ controllers:
PORT: "8082"
S3_ENDPOINT:
value: "https://dev.s3.corredorconect.com/"
S3_ACCESS_KEY:
S3_ACCESS_KEY_ID:
valueFrom:
secretKeyRef:
name: 'document-service-s3-credentials'
key: rootAccessKey
key: rootAccessKeyId
S3_SECRET_KEY:
valueFrom:
secretKeyRef: