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

This commit is contained in:
2026-04-29 12:18:52 -05:00
parent 8782f957b0
commit d66a8805d0
16 changed files with 78 additions and 196 deletions

View File

@@ -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: