File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,7 @@ ctfd:
197197| ctfd.uploadprovider.s3.access_key_id | string | `""` | AWS S3 bucket secret key id |
198198| ctfd.uploadprovider.s3.bucket | string | `""` | AWS S3 bucket name |
199199| ctfd.uploadprovider.s3.endpoint_url | string | `""` | AWS S3 bucket region |
200+ | ctfd.uploadprovider.s3.secretRef | object | `{"idKey":"AWS_ACCESS_KEY_ID","name":null,"secretKey":"AWS_SECRET_ACCESS_KEY"}` | External Secrets S3 Credentials |
200201| ctfd.uploadprovider.s3.secret_access_key | string | `""` | AWS S3 bucket access key |
201202| ctfd.volumeMounts | list | `[]` | CTFd volumeMounts |
202203| ctfd.volumes | list | `[]` | CTFd volumes |
@@ -206,6 +207,7 @@ ctfd:
206207| mariadb-galera.db.user | string | `"ctfd"` | ctfd database user |
207208| mariadb-galera.enabled | bool | `true` | Deploys bitnami's mariadb-galera (set to false if you want to use an external database) |
208209| mariadb-galera.external | object | ignored | External database connection details. Takes effect if `mariadb.enabled` is set to false |
210+ | mariadb-galera.external.secretRef | object | `{"databaseUrlKey":"DATABASE_URL","name":null}` | External Secrets DB Credentials |
209211| mariadb-galera.extraFlags | string | Check `values.yaml`. Used by official CTFd `docker-compose.yml` | MariaDB primary entrypoint extra flags |
210212| mariadb-galera.galera | object | `{"mariabackup":{"password":"ctfd"}}` | backup user (This is required by the subchart to do helm upgrades) |
211213| mariadb-galera.galera.mariabackup.password | string | `"ctfd"` | backup user (This is required by the subchart to do helm upgrades) |
Original file line number Diff line number Diff line change 5555
5656 uploadprovider :
5757 s3 :
58+ # -- External Secrets S3 Credentials
5859 secretRef :
5960 name : null
6061 secretKey : AWS_SECRET_ACCESS_KEY
@@ -224,6 +225,7 @@ mariadb-galera:
224225 external :
225226 port : 3306
226227 host : external-mariadb-host
228+ # -- External Secrets DB Credentials
227229 secretRef :
228230 name : null
229231 databaseUrlKey : DATABASE_URL
You can’t perform that action at this time.
0 commit comments