fix access_key_id name
All checks were successful
Build and Publish / build-release (push) Successful in 43s
All checks were successful
Build and Publish / build-release (push) Successful in 43s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user