added secret envs to filer (#4284)

This commit is contained in:
Matt
2023-03-07 15:18:41 -06:00
committed by GitHub
parent 0cf4f2e891
commit 889ecf5c9d
2 changed files with 18 additions and 0 deletions

View File

@@ -407,6 +407,18 @@ filer:
# directories under this folder will be automatically creating a separate bucket
WEED_FILER_BUCKETS_FOLDER: "/buckets"
# secret env variables
secretExtraEnvironmentVars: []
# WEED_POSTGRES_USERNAME:
# secretKeyRef:
# name: postgres-credentials
# key: username
# WEED_POSTGRES_PASSWORD:
# secretKeyRef:
# name: postgres-credentials
# key: password
s3:
enabled: true
port: 8333