dont use S3 directly allow to use any document url (document service agnostic)
All checks were successful
Build and Publish / build-release (push) Successful in 1m30s
All checks were successful
Build and Publish / build-release (push) Successful in 1m30s
This commit is contained in:
@@ -43,22 +43,6 @@ controllers:
|
||||
value: "*"
|
||||
PHX_HOST: "0.0.0.0"
|
||||
PHX_SERVER: "true"
|
||||
S3_HOST:
|
||||
value: "dev.s3.corredorconect.com"
|
||||
S3_BUCKET:
|
||||
value: "provider-service"
|
||||
AWS_REGION:
|
||||
value: "us-east-1"
|
||||
AWS_ACCESS_KEY_ID:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-s3-credentials'
|
||||
key: rootAccessKeyId
|
||||
AWS_SECRET_ACCESS_KEY:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-s3-credentials'
|
||||
key: rootSecretAccessKey
|
||||
RELEASE_COOKIE:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
Reference in New Issue
Block a user